qt5base-lts/tests/auto/windowsmobile/test/test.pro
Friedemann Kleint 50eb9120ce Fix further test builds on Windows.
Change-Id: I9846d19c5975f4d17bed46c59272a0fa428fd0d1
Reviewed-on: http://codereview.qt.nokia.com/3980
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
2011-08-31 15:22:35 +02:00

24 lines
367 B
Prolog

load(qttest_p4)
QT += widgets
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
}