From 72f063ddf176fec2081a4bdbb94c57e49c4e92b8 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Mon, 28 Aug 2017 15:08:52 +0200 Subject: [PATCH] cleanup (QTCREATOR_FALLBACK is no longer required) --- CMakeLists.txt | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fb7a6e3f..30326075 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -117,19 +117,3 @@ set(CPACK_SOURCE_GENERATOR TGZ) set(CPACK_PACKAGING_INSTALL_DIRECTORY "uvw-${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}") include(CPack) - -# -# I use QtCreator and I need the lines below, so do not ask. :-) -# - -file( - GLOB_RECURSE PROJECT_FILES FOLLOW_SYMLINKS - *.txt *.c *.cpp *.hpp *.h *.in *.dox *.cmake *.sh *.md *.yml *.bat - AUTHORS LICENSE TODO -) - -add_custom_target( - QTCREATOR_FALLBACK ALL - COMMENT "Feel free to ignore this target, but please do not remove it." - SOURCES ${PROJECT_FILES} -)