summaryrefslogtreecommitdiffstats
path: root/libcommuni/examples/examples.pri
diff options
context:
space:
mode:
authorMarkus Mittendrein <git@maxmitti.tk>2014-10-06 15:03:54 +0200
committerMarkus Mittendrein <git@maxmitti.tk>2014-10-06 15:03:54 +0200
commit529f38bd8878b6b1bea2b5457031ce936aab8d80 (patch)
tree1193caefcad12f6a36f818048e4547e60add4398 /libcommuni/examples/examples.pri
parent3b58b5536935adff242928ed9f30e1c0262fbd7c (diff)
downloadmanager-529f38bd8878b6b1bea2b5457031ce936aab8d80.tar.gz
manager-529f38bd8878b6b1bea2b5457031ce936aab8d80.zip
addedd communi
Diffstat (limited to 'libcommuni/examples/examples.pri')
-rw-r--r--libcommuni/examples/examples.pri24
1 files changed, 24 insertions, 0 deletions
diff --git a/libcommuni/examples/examples.pri b/libcommuni/examples/examples.pri
new file mode 100644
index 0000000..bc9b138
--- /dev/null
+++ b/libcommuni/examples/examples.pri
@@ -0,0 +1,24 @@
+######################################################################
+# Communi
+######################################################################
+
+!verbose:CONFIG += silent
+
+CONFIG(debug, debug|release) {
+ OBJECTS_DIR = debug
+ MOC_DIR = debug
+ RCC_DIR = debug
+ UI_DIR = debug
+} else {
+ OBJECTS_DIR = release
+ MOC_DIR = release
+ RCC_DIR = release
+ UI_DIR = release
+}
+
+developer {
+ include(../src/src.pri)
+} else {
+ IRC_MODULES = IrcCore IrcModel IrcUtil
+ include(../src/module_deps.pri)
+}