diff options
| author | 2008-05-07 16:34:26 +0000 | |
|---|---|---|
| committer | 2008-05-07 16:34:26 +0000 | |
| commit | 073b8143f2cec83aadbd193cc8e7a641cee5fa0f (patch) | |
| tree | dd15276fa265052f7ed617cfeb1f0825aa5ea204 | |
| parent | probably fix for logviewer module (diff) | |
| download | KVIrc-073b8143f2cec83aadbd193cc8e7a641cee5fa0f.tar.gz KVIrc-073b8143f2cec83aadbd193cc8e7a641cee5fa0f.tar.bz2 KVIrc-073b8143f2cec83aadbd193cc8e7a641cee5fa0f.zip | |
i won't commit before i test the patch;i won't commit before i test the patch;i won't commit before i test the patch;i won't commit before i test the patch; how many times teacher?
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1702 17fca916-40b9-46aa-a4ea-0a15b648b75c
| -rw-r--r-- | src/modules/logview/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/logview/CMakeLists.txt b/src/modules/logview/CMakeLists.txt index f7d00e393..9ef06df3d 100644 --- a/src/modules/logview/CMakeLists.txt +++ b/src/modules/logview/CMakeLists.txt @@ -1,18 +1,18 @@ # CMakeLists for src/modules/logview -SET(kvilogview_MOC_HDRS +SET(kvilogviewer_MOC_HDRS logviewwidget.h logviewmdiwindow.h ) -SET(kvilogview_SRCS +SET(kvilogviewer_SRCS libkvilogview.cpp logviewwidget.cpp logviewmdiwindow.cpp ) # After this call, files will be moc'ed to moc_kvi_*.cpp -QT4_WRAP_CPP(kvilogview_MOC_SRCS ${kvilogview_MOC_HDRS}) +QT4_WRAP_CPP(kvilogviewer_MOC_SRCS ${kvilogviewer_MOC_HDRS}) SET(kvi_module_name kvilogviewer) INCLUDE(${CMAKE_SOURCE_DIR}/cmake/module.rules.txt) |
