Move variable setting down to where it relates to.
This commit is contained in:
parent
8ab312b693
commit
0b6625c605
|
@ -19,7 +19,6 @@ if(NOT QT4_FOUND)
|
|||
endif()
|
||||
|
||||
include(${QT_USE_FILE})
|
||||
set(CMAKE_PACKAGE_QTGUI TRUE)
|
||||
set(SRCS
|
||||
AddCacheEntry.cxx
|
||||
AddCacheEntry.h
|
||||
|
@ -118,5 +117,6 @@ if(APPLE OR WIN32)
|
|||
")
|
||||
endif()
|
||||
|
||||
set(CMAKE_PACKAGE_QTGUI TRUE)
|
||||
configure_file("${QtDialog_SOURCE_DIR}/QtDialogCPack.cmake.in"
|
||||
"${QtDialog_BINARY_DIR}/QtDialogCPack.cmake" @ONLY)
|
||||
|
|
Loading…
Reference in New Issue