diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2012-06-21 21:58:02 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2012-06-21 21:58:02 +0200 |
commit | 58d451063f793b91c2fdd59b134af528fa314a1b (patch) | |
tree | 5c3070f991dcde13986b008225224ec18fd531b4 | |
parent | 3e62e6a542308fb50aab52c68ba0e6f217fffff1 (diff) | |
download | acritoxinstaller-58d451063f793b91c2fdd59b134af528fa314a1b.zip acritoxinstaller-58d451063f793b91c2fdd59b134af528fa314a1b.tar.gz |
removed wrongly added filename from last commit
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 20567f2..2528429 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ file(GLOB wizard_UIS wizard/[a-z]*.ui) configure_file(config.h.in ${CMAKE_CURRENT_BINARY_DIR}/config.h) set(acritoxinstaller_SRCS mainwizard.cpp lxdesupport.cpp main.cpp backend.cpp listitem.cpp listdelegate.cpp busyappfilter.cpp ${wizard_SRCS}) -set(acritoxinstaller_MOC_HDRS mainwizard.h lxdesupport.cpp backend.h listdelegate.h ${wizard_HDRS}) +set(acritoxinstaller_MOC_HDRS mainwizard.h backend.h listdelegate.h ${wizard_HDRS}) set(acritoxinstaller_UIS ${wizard_UIS}) set(FILES_TO_TRANSLATE ${acritoxinstaller_SRCS} ${acritoxinstaller_MOC_HDRS} ${acritoxinstaller_UIS}) |