-
Notifications
You must be signed in to change notification settings - Fork 14
Not buildable if having qt4 and qt5 #235
Comments
For the first of those errors, you need to make sure you clone submodules. But for Qt, it seems as though Qt5 is the default on your system... not knowing anything about compatibility between Qt versions, maybe try telling the toolchain to use Qt5? Or temporarily setting Qt4 as the default? |
if i remember correctly, qt is only needed for the pre-alpha gui. there
|
Thanks for the quick responses, I think I will manage the qt stuff, haven't really had time today to pursue My point was that as a developer, time is precious, and you'd not want to I first stumbled upon this page -- BR, Andreas 2013/8/5 Patrick Flick [email protected]
|
try commenting this line of the main CMakeLists.txt:244 this should remove all qt dependencies. this project has been dying out, with almost no activity for > half a year. cheers |
I had installed qt-sdk first since I wanted to be able to try the toolchain out, which is for 5.0.1, but even after installing qt4, I get this error below. I would think that if you have a requirement towards a specific version of a tool you shouldn't have to uninstall or tweak something just to satisfy installation of the dcputoolchain. (Following are the make error and installed qt packages respectively.)
(FYI, Trying to use qmake -set didn't work due to a bug leading to multiple internal variables of the same name.)
The text was updated successfully, but these errors were encountered: