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

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