Qt with custom sdk
-
wrote on 24 Jul 2012, 13:25 last edited by
need I to create a new mkspecs in order to make compile Qt with a custom sdk? If yes, need I to setup lib and include dir in the qmake.conf file? Could somebody help me with a simple exampe?
thank you in advance
-
wrote on 25 Jul 2012, 06:58 last edited by
What do you mean with 'custom SDK'?
If you have your own set of Qt libraries (for example downloaded somewhere or built on your own) just add them in QtCreator and select them for your project. If you are building on the command line just make sure you've a proper $QTDIR set; qmake will do the rest for you.
1/2