summaryrefslogtreecommitdiffstats
path: root/tests/testcommon.pri
blob: 2b8ed166a1c1e2df0fa1fd4465ad4b55c942b46e (plain)
1
2
3
4
5
6
7
8
9
10
11
include (testlibs/testlibs.pri)

SOURCES += $$PWD/testlibs/testmain.cpp

CONFIG += testcase
CONFIG += c++11

# if there is a common directory above the test, include it
exists ($$OUT_PWD/../common/common.pri) {
    include ($$OUT_PWD/../common/common.pri)
}