You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have qt dev stuff installed, in Arch there is no separate dev packages, regular packages contain headers.
/usr/include/Qt exists, qmake, uic etc also.
It is strange that CMake says everything is found and creates makefiles, but then build fails.
I habe the same problem with OpenSuse. I found that the network include files for qt4 are
not in /usr/include/qt4/qtNetwork but directly in /usr/include/qtNetwork. Creating a symbolic link "sudo ln -s /usr/include /usr/include/qt4" seems to work.
Tried to build under Arch Linux.
cmake says everything is good, but make stops with error.
http://pastebin.com/gk7Gzqm6
The text was updated successfully, but these errors were encountered: