OS X: Qt framework and QT_DEFINITIONS ?
Alexander Neundorf
neundorf at kde.org
Sun Jan 29 10:04:03 CET 2006
Hi,
in the FindQt4.cmake there's the following code:
IF (QT_USE_FRAMEWORKS)
SET(QT_DEFINITIONS ${QT_DEFINITIONS}
-F${QT_LIBRARY_DIR} -L${QT_LIBRARY_DIR} )
ENDIF (QT_USE_FRAMEWORKS)
Is it required that if you use Qt as a framework on the Mac to add these two
options to the compile flags ?
Wouldn't it be enough to add them to the linker flags ?
Bye
Alex
--
Work: alexander.neundorf AT jenoptik.com - http://www.jenoptik-los.de
Home: neundorf AT kde.org - http://www.kde.org
alex AT neundorf.net - http://www.neundorf.net
More information about the Kde-buildsystem
mailing list