Removed obsolete settings for qt-dependency.

This commit is contained in:
Micke Prag 2011-09-19 09:59:07 +00:00
parent 30f9ecb402
commit cb072ca70e

View file

@ -26,8 +26,6 @@ ENDIF(PACKAGE_SUBVERSION)
SET(BUILD_LIBTELLDUS-CORE TRUE CACHE BOOL "Build libtelldus-core")
SET(USE_QT_SETTINGS_BACKEND FALSE CACHE BOOL "Use QT as settings backend instead of the native one")
IF (WIN32)
SET(TDTOOL_DEFAULT FALSE)
SET(TDADMIN_DEFAULT FALSE)
@ -49,11 +47,6 @@ SET(BUILD_TDADMIN ${TDADMIN_DEFAULT} CACHE BOOL "Build tdadmin")
SET(GENERATE_MAN FALSE CACHE BOOL "Enable generation of man-files")
# Lets figure if we need to build against Qt or not
IF(USE_QT_SETTINGS_BACKEND)
SET(BUILD_WITH_QT TRUE)
ENDIF(USE_QT_SETTINGS_BACKEND)
ADD_SUBDIRECTORY(common)
ADD_SUBDIRECTORY(service)
ADD_SUBDIRECTORY(client)