Qt with custom sdk
-
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.