summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/windowsmobile/test/test.pro
blob: 5f744c2acb3a0ea70611b54526fc2fdf369d8810 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

CONFIG += testcase
CONFIG += parallel_test
QT += widgets testlib
HEADERS += ddhelper.h
SOURCES += tst_windowsmobile.cpp ddhelper.cpp
RESOURCES += windowsmobile.qrc

TARGET = ../tst_windowsmobile

wincewm*: {
   addFiles.files = $$OUT_PWD/../testQMenuBar/*.exe
                

   addFiles.path = "\\Program Files\\tst_windowsmobile"
   DEPLOYMENT += addFiles
}

wincewm*: {
   LIBS += Ddraw.lib
}



DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0