Some fixes for OS X since the Qt uitools doesn't seem to be found correctly
This commit is contained in:
parent
f2d63f3976
commit
9df813267f
1 changed files with 6 additions and 0 deletions
|
@ -62,6 +62,12 @@ ADD_DEFINITIONS( -DVERSION=${DISPLAYED_VERSION} )
|
||||||
SET( telldus-center_TARGET TelldusCenter )
|
SET( telldus-center_TARGET TelldusCenter )
|
||||||
|
|
||||||
IF (APPLE) #### Mac OS X ####
|
IF (APPLE) #### Mac OS X ####
|
||||||
|
LIST(APPEND telldus-center_LIBRARIES
|
||||||
|
/usr/lib/libQtUiTools.a
|
||||||
|
)
|
||||||
|
INCLUDE_DIRECTORIES(
|
||||||
|
/usr/include/QtUiTools
|
||||||
|
)
|
||||||
|
|
||||||
ELSEIF (WIN32) #### Windows ####
|
ELSEIF (WIN32) #### Windows ####
|
||||||
ADD_DEFINITIONS( -DUNICODE )
|
ADD_DEFINITIONS( -DUNICODE )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue