We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95a3efe commit 91f248bCopy full SHA for 91f248b
examples/examples.pro
@@ -1,6 +1,5 @@
1
include(../build.pri)
2
TEMPLATE = subdirs
3
-CONFIG += ordered
4
5
SUBDIRS += basic \
6
propertyconfigurator
log4qt.pro
@@ -1,10 +1,12 @@
SUBDIRS += src \
tests \
examples
7
+tests.depends = src
8
+examples.depends = src
9
+
10
OTHER_FILES += LICENSE \
11
Readme.md \
12
.travis.yml \
src/src.pro
@@ -1,4 +1,3 @@
SUBDIRS += log4qt
tests/tests.pro
@@ -1,5 +1,4 @@
SUBDIRS += log4qttest \
binaryloggertest \
0 commit comments