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

load(qttest_p4)

HEADERS += ddhelper.h
SOURCES += tst_windowsmobile.cpp ddhelper.cpp
RESOURCES += windowsmobile.qrc

TARGET = tst_windowsmobile

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

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

wincewm*: {
   LIBS += Ddraw.lib
}