Skip to content

Commit 91f248b

Browse files
committed
qmake remove deprecated ordered
1 parent 95a3efe commit 91f248b

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

examples/examples.pro

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
include(../build.pri)
22
TEMPLATE = subdirs
3-
CONFIG += ordered
43

54
SUBDIRS += basic \
65
propertyconfigurator

log4qt.pro

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
TEMPLATE = subdirs
2-
CONFIG += ordered
32

43
SUBDIRS += src \
54
tests \
65
examples
76

7+
tests.depends = src
8+
examples.depends = src
9+
810
OTHER_FILES += LICENSE \
911
Readme.md \
1012
.travis.yml \

src/src.pro

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
TEMPLATE = subdirs
2-
CONFIG += ordered
32

43
SUBDIRS += log4qt

tests/tests.pro

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
TEMPLATE = subdirs
2-
CONFIG += ordered
32

43
SUBDIRS += log4qttest \
54
binaryloggertest \

0 commit comments

Comments
 (0)