50eb9120ce
Change-Id: I9846d19c5975f4d17bed46c59272a0fa428fd0d1 Reviewed-on: http://codereview.qt.nokia.com/3980 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
24 lines
367 B
Prolog
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
|
|
}
|
|
|
|
|
|
|