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>
32 lines
719 B
Prolog
32 lines
719 B
Prolog
load(qttest_p4)
|
|
|
|
SOURCES += tst_qicon.cpp
|
|
RESOURCES = tst_qicon.qrc
|
|
|
|
wince* {
|
|
QT += xml svg
|
|
addFiles.files += $$_PRO_FILE_PWD_/*.png
|
|
addFiles.files += $$_PRO_FILE_PWD_/*.svg
|
|
addFiles.files += $$_PRO_FILE_PWD_/*.svgz
|
|
addFiles.files += $$_PRO_FILE_PWD_/tst_qicon.cpp
|
|
addFiles.path = .
|
|
DEPLOYMENT += addFiles
|
|
|
|
DEPLOYMENT_PLUGIN += qsvg
|
|
DEFINES += SRCDIR=\\\".\\\"
|
|
} else:symbian {
|
|
QT += xml svg
|
|
addFiles.files = *.png tst_qicon.cpp *.svg *.svgz
|
|
addFiles.path = .
|
|
DEPLOYMENT += addFiles
|
|
qt_not_deployed {
|
|
plugins.files = qsvgicon.dll
|
|
plugins.path = iconengines
|
|
DEPLOYMENT += plugins
|
|
}
|
|
} else {
|
|
DEFINES += SRCDIR=\\\"$$PWD\\\"
|
|
}
|
|
|
|
CONFIG+=insignificant_test
|