aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/setup
diff options
context:
space:
mode:
authorGravatar Fabio Bas2012-09-28 20:36:55 +0000
committerGravatar Fabio Bas2012-09-28 20:36:55 +0000
commit81082ffc038da6a02d1890526f4805e91be85652 (patch)
tree48c2e2b4c14489697b628c895616b692381e8145 /src/modules/setup
parent- move the stripping of /RTC1 to perlcore, as MSVC doesn't seem to care if it... (diff)
downloadKVIrc-81082ffc038da6a02d1890526f4805e91be85652.tar.gz
KVIrc-81082ffc038da6a02d1890526f4805e91be85652.tar.bz2
KVIrc-81082ffc038da6a02d1890526f4805e91be85652.zip
qt5 support: cmake build system update
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6257 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/setup')
-rw-r--r--src/modules/setup/CMakeLists.txt7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/modules/setup/CMakeLists.txt b/src/modules/setup/CMakeLists.txt
index ba0ff1003..7f2634662 100644
--- a/src/modules/setup/CMakeLists.txt
+++ b/src/modules/setup/CMakeLists.txt
@@ -4,17 +4,12 @@ IF(WIN32)
LIST(APPEND LIBS -lole32 -luuid)
ENDIF()
-SET(kvisetup_MOC_HDRS
- SetupWizard.h
-)
+
SET(kvisetup_SRCS
libkvisetup.cpp
SetupWizard.cpp
)
-# After this call, files will be moc'ed to moc_kvi_*.cpp
-QT4_WRAP_CPP(kvisetup_MOC_SRCS ${kvisetup_MOC_HDRS})
-
SET(kvi_module_name kvisetup)
INCLUDE(${CMAKE_SOURCE_DIR}/cmake/module.rules.txt)