Some fixes for OS X since the Qt uitools doesn't seem to be found correctly

This commit is contained in:
Micke Prag 2011-02-23 10:05:07 +00:00
parent f2d63f3976
commit 9df813267f

View file

@ -62,6 +62,12 @@ ADD_DEFINITIONS( -DVERSION=${DISPLAYED_VERSION} )
SET( telldus-center_TARGET TelldusCenter )
IF (APPLE) #### Mac OS X ####
LIST(APPEND telldus-center_LIBRARIES
/usr/lib/libQtUiTools.a
)
INCLUDE_DIRECTORIES(
/usr/include/QtUiTools
)
ELSEIF (WIN32) #### Windows ####
ADD_DEFINITIONS( -DUNICODE )