File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ MOC_DIR = ../../temp
77
88QT -= gui
99QT += core
10- CONFIG += console
10+ QT += testlib
1111
1212include (../common.pri )
1313
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ DEPENDPATH += .
44INCLUDEPATH += . ../../../externals/simplecpp
55OBJECTS_DIR = ../../temp
66MOC_DIR = ../../temp
7+
8+ QT -= gui
9+ QT += core
710QT += testlib
811
912include (../common.pri )
Original file line number Diff line number Diff line change @@ -4,9 +4,10 @@ DEPENDPATH += .
44INCLUDEPATH += . ../../../externals/simplecpp ../../../externals/tinyxml2 ../../../externals/picojson
55OBJECTS_DIR = ../../temp
66MOC_DIR = ../../temp
7+
78QT -= gui
89QT += core
9- CONFIG += console
10+ QT += testlib
1011
1112include (../common.pri )
1213
Original file line number Diff line number Diff line change @@ -4,7 +4,11 @@ DEPENDPATH += .
44INCLUDEPATH += .
55OBJECTS_DIR = ../../temp
66MOC_DIR = ../../temp
7- QT += widgets
7+
8+ QT -= gui
9+ QT += core
10+ QT += widget # TODO: get rid of this - causes X server dependency
11+ QT += testlib
812
913include (../common.pri )
1014
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ INCLUDEPATH += . ../../../externals/simplecpp
55OBJECTS_DIR = ../../temp
66MOC_DIR = ../../temp
77
8+ QT -= gui
9+ QT += core
10+ QT += testlib
11+
812include (../common.pri )
913include (../../../lib/lib.pri )
1014
You can’t perform that action at this time.
0 commit comments