summaryrefslogtreecommitdiffstats
path: root/tests/auto/bic/bic.pro
blob: 5aae774178a8ead8352dae07a02eed2688a04d50 (plain)
1
2
3
4
5
6
7
8
9
10
11
load(qttest_p4)
SOURCES += tst_bic.cpp qbic.cpp
QT = core

wince*:{
    DEFINES += SRCDIR=\\\"\\\"
} else {
    DEFINES += SRCDIR=\\\"$$PWD/\\\"
}

CONFIG+=insignificant_test # QTQAINFRA-428