Litecoin QT exe has stopped Working

Try setting the qt installation in the creator options. It's tools -> options -> Build & Run -> Qt versions and add one if there's no bind installations. I am not sure whether that helps, but it's worth a try.

You can also create the project manually and import it into the creator.

Create a main.cpp file with contents like

#include #include int main(int argc, char *argv[]) { QApplication a(argc, argv); QWidget w; w.show; return a.exec; } And the create a .pro file, with contents:

QT += core gui TARGET = Test SOURCES += main.cpp

Bitcoin QT not Working

Bitcoin QT has stopped working

Bitcoin-qt.exe has stopped Working

Bitcoin QT not Opening

Litecoin wallet not Working