3cc0cf31bd
This is meant to be a temporary solution to not hold any further development. JIRA tasks might be filed for failing tests. Change-Id: I08a5f5b0cb153e7fd7890b2936ec3bb6b3a0907c Reviewed-on: http://codereview.qt.nokia.com/1753 Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
35 lines
805 B
Prolog
35 lines
805 B
Prolog
load(qttest_p4)
|
|
|
|
QT += core-private gui-private
|
|
|
|
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
|
|
}
|
|
}
|
|
|
|
mac*:CONFIG+=insignificant_test
|