2011-04-27 10:05:43 +00:00
|
|
|
load(qttest_p4)
|
|
|
|
|
2011-05-11 04:02:54 +00:00
|
|
|
QT += core-private gui-private
|
|
|
|
|
2011-04-27 10:05:43 +00:00
|
|
|
SOURCES += ../tst_qapplication.cpp
|
|
|
|
TARGET = ../tst_qapplication
|
|
|
|
|
|
|
|
wince* {
|
|
|
|
additional.files = ../desktopsettingsaware/desktopsettingsaware.exe
|
|
|
|
additional.path = desktopsettingsaware
|
|
|
|
someTest.files = test.pro
|
|
|
|
someTest.path = test
|
|
|
|
DEPLOYMENT += additional deploy someTest
|
|
|
|
}
|
|
|
|
|
|
|
|
symbian: {
|
|
|
|
additional.files = $$OUT_PWD/../desktopsettingsaware/desktopsettingsaware.exe
|
|
|
|
additional.path = desktopsettingsaware
|
|
|
|
someTest.files = test.pro
|
|
|
|
someTest.path = test
|
|
|
|
windowIcon.files = ../heart.svg
|
|
|
|
DEPLOYMENT += additional deploy someTest windowIcon
|
|
|
|
LIBS += -lcone -lavkon
|
|
|
|
}
|
|
|
|
|
|
|
|
win32 {
|
|
|
|
CONFIG(debug, debug|release) {
|
|
|
|
TARGET = ../../debug/tst_qapplication
|
|
|
|
} else {
|
|
|
|
TARGET = ../../release/tst_qapplication
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2011-07-18 11:54:52 +00:00
|
|
|
mac*:CONFIG+=insignificant_test
|