summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtextedit/qtextedit.pro
blob: 02f5dcb9b6d24ea3cc9ae32345ea604e0cb014d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
load(qttest_p4)

INCLUDEPATH += ../

HEADERS +=  
SOURCES += tst_qtextedit.cpp 

wince*|symbian*: {
    addImages.sources = fullWidthSelection/*
    addImages.path = fullWidthSelection
    DEPLOYMENT += addImages
}

wince* {
    DEFINES += SRCDIR=\\\"./\\\"
} !symbian {
    DEFINES += SRCDIR=\\\"$$PWD/\\\"
}

contains(QT_CONFIG, qt3support): QT += qt3support