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

INCLUDEPATH += ../

HEADERS +=  
SOURCES += tst_qtextedit.cpp 

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

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