diff checker.pro @ 8:25e00373f597

Much renaming to ease inclusion into another project
author Chris Cannam
date Thu, 14 Apr 2016 16:52:19 +0100
parents vamp-plugin-load-checker.pro@846464771d06
children 2cc992ed9b42
line wrap: on
line diff
--- a/checker.pro	Thu Apr 14 09:42:26 2016 +0100
+++ b/checker.pro	Thu Apr 14 16:52:19 2016 +0100
@@ -1,14 +1,8 @@
 
-TEMPLATE = app
+TEMPLATE = subdirs
+SUBDIRS = sub_checker_lib sub_checker_client sub_helper
 
-include(checker.pri)
+sub_checker_lib.file = checker-lib.pro
+sub_checker_client.file = checker-client.pro
+sub_helper.file = helper.pro
 
-# Using the "console" CONFIG flag above should ensure this happens for
-# normal Windows builds, but this may be necessary when cross-compiling
-win32-x-g++:QMAKE_LFLAGS += -Wl,-subsystem,console
-    
-TARGET = checker
-
-SOURCES += \
-	checker.cpp
-