[vlmc-devel] [PATCH] Fix a compiling error

Thomas Hautier th.hautier at gmail.com
Tue Mar 8 19:17:36 CET 2016


Fix a compilation error when it build vlmc_automoc (no rules for qrc_resources-ts.cpp.o) on some linux systems (Arch Linux and derivatives).
---
 src/CMakeLists.txt | 1 -
 ts/CMakeLists.txt  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index ea4867e..a4fbc36 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -75,7 +75,6 @@ ENDIF(WIN32)
 
 SET(VLMC_RCC
     ../resources.qrc
-    ../ts/resources-ts.qrc
   )
 
 IF (WIN32)
diff --git a/ts/CMakeLists.txt b/ts/CMakeLists.txt
index 179f70a..2d69286 100644
--- a/ts/CMakeLists.txt
+++ b/ts/CMakeLists.txt
@@ -5,7 +5,6 @@
 #
 
 ## RCC file
-SET(TS_QRC ${CMAKE_SOURCE_DIR}/ts/resources-ts.qrc)
 
 if(Qt5LinguistTools_FOUND)
 
-- 
2.7.2



More information about the Vlmc-devel mailing list