From 58d451063f793b91c2fdd59b134af528fa314a1b Mon Sep 17 00:00:00 2001 From: Andreas Loibl Date: Thu, 21 Jun 2012 21:58:02 +0200 Subject: removed wrongly added filename from last commit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}) -- cgit v1.0