diff options
| author | 2012-09-28 20:36:55 +0000 | |
|---|---|---|
| committer | 2012-09-28 20:36:55 +0000 | |
| commit | 81082ffc038da6a02d1890526f4805e91be85652 (patch) | |
| tree | 48c2e2b4c14489697b628c895616b692381e8145 /src/modules/help | |
| parent | - move the stripping of /RTC1 to perlcore, as MSVC doesn't seem to care if it... (diff) | |
| download | KVIrc-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/help')
| -rw-r--r-- | src/modules/help/CMakeLists.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/modules/help/CMakeLists.txt b/src/modules/help/CMakeLists.txt index 567f94e88..30f1202b8 100644 --- a/src/modules/help/CMakeLists.txt +++ b/src/modules/help/CMakeLists.txt @@ -1,11 +1,5 @@ # CMakeLists for src/modules/help -SET(kvihelp_MOC_HDRS - HelpWidget.h - HelpWindow.h - HelpIndex.h -) - SET(kvihelp_SRCS libkvihelp.cpp HelpWidget.cpp @@ -13,8 +7,5 @@ SET(kvihelp_SRCS HelpIndex.cpp ) -# After this call, files will be moc'ed to moc_kvi_*.cpp -QT4_WRAP_CPP(kvihelp_MOC_SRCS ${kvihelp_MOC_HDRS}) - SET(kvi_module_name kvihelp) INCLUDE(${CMAKE_SOURCE_DIR}/cmake/module.rules.txt) |
