PDA

View Full Version : what are options -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT used for?



Pushpa Kumari K.H
22nd February 2007, 05:40
what are options -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT used for?

e8johan
22nd February 2007, 06:14
QT_NO_DEBUG means that the build is without debugging support. This results in a smaller executable.

QT_SHARED means that Qt is not statically linked (to the executable?)

QT_THREAD_SUPPORT means that Qt is build with supports for threading.

thgis
11th April 2013, 10:36
Thanks for the clearification
So a followup question: who are these options for? I cant find a -D option in make and so far also not in qmake.

BalaQT
11th April 2013, 14:41
They will be generated in makefile

hope it clarifies your doubt,
Bala