Removed obsolete settings for qt-dependency.
This commit is contained in:
parent
30f9ecb402
commit
cb072ca70e
1 changed files with 0 additions and 7 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue