MaintenanceTool problem
Unsolved
Installation and Deployment
-
Try this tool to select another mirror:
https://github.com/JKSH/QtSdkRepoChooser -
Ok, thank you.
I downloaded the zipped git-repo and unzipped.
cd QtSdkRepoChooser-master/src>
qmake ./QtSdkRepoChooser.pro
make/QtSdkRepoChooser-master/src> make /usr/bin/uic gui.ui -o ui_gui.h g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_WEBKIT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -I. -I. -o main.o main.cpp main.cpp:5:26: fatal error: QStandardPaths: No such file or directory #include <QStandardPaths> ^ compilation terminated. make: *** [main.o] Error 1
could not find an instruction yet
-
You're building using Qt4: -I/usr/share/qt4/mkspecs/default
Please use Qt5. To do so call the qmake from your Qt5 installation: /path/to/qmake
-
Was probably an issue on the server side