We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I am having problems to install the launcher. My platform is Ubuntu18.10 with Budgie desktop.
I have installed QT4 with : sudo apt install qt4-default .
When I execute : "qmake .." , I get the following error message:
Project MESSAGE: Warning: unknown QT: qml Project MESSAGE: Warning: unknown QT: quick
Yet the file "Makefile" is created in the Build folder.
When I run "make", this is the error message I get:
g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4 /mkspecs/linux- g++-64 -I../../qml-launcher-master -I/usr/include/qt4/QtCore -I/usr/include /qt4/QtGui -I/usr/include/qt4 -I. -I../../qml-launcher-master -I. -o main.o ../src/main.cpp ../src/main.cpp:1:10: fatal error: QGuiApplication: No such file or directory #include <QGuiApplication> ^~~~~~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:221: main.o] Error 1
Is there a solution to it?
Many thanks in advance.
Rainer
The text was updated successfully, but these errors were encountered:
You are going to need Qt5 for it to work
Sorry, something went wrong.
No branches or pull requests
Hi, I am having problems to install the launcher. My platform is Ubuntu18.10 with Budgie desktop.
I have installed QT4 with : sudo apt install qt4-default .
When I execute : "qmake .." , I get the following error message:
Yet the file "Makefile" is created in the Build folder.
When I run "make", this is the error message I get:
Is there a solution to it?
Many thanks in advance.
Rainer
The text was updated successfully, but these errors were encountered: