From 8a6d4b06f2291c363f3dea17837ed20893852453 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Wed, 9 Sep 2015 19:00:56 +0200 Subject: Cleanup repo with some directories --- libcommuni/examples/examples.pri | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 libcommuni/examples/examples.pri (limited to 'libcommuni/examples/examples.pri') diff --git a/libcommuni/examples/examples.pri b/libcommuni/examples/examples.pri deleted file mode 100644 index bc9b138..0000000 --- a/libcommuni/examples/examples.pri +++ /dev/null @@ -1,24 +0,0 @@ -###################################################################### -# 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) -} -- cgit v1.2.3-54-g00ecf