Maybe fix the mac build too

This commit is contained in:
David Sansome 2010-07-24 15:22:15 +00:00
parent c35bd8779a
commit a99afd75ff
1 changed files with 2 additions and 2 deletions

View File

@ -191,10 +191,10 @@ if (USE_SYSTEM_QXT)
find_library(QXT_LIBRARIES QxtGui)
else (USE_SYSTEM_QXT)
add_definitions(-DQXT_STATIC -DBUILD_QXT_GUI -DBUILD_QXT_CORE)
set(QXT_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/qxt)
set(QXT_LIBRARIES qxt)
if (NOT APPLE)
add_subdirectory(3rdparty/qxt)
set(QXT_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/qxt)
set(QXT_LIBRARIES qxt)
endif (NOT APPLE)
endif (USE_SYSTEM_QXT)