18 lines
360 B
Prolog
18 lines
360 B
Prolog
load(qttest_p4)
|
|
contains(QT_CONFIG,declarative): QT += declarative gui
|
|
macx:CONFIG -= app_bundle
|
|
|
|
SOURCES += tst_qdeclarativeexpression.cpp
|
|
|
|
symbian: {
|
|
importFiles.files = data
|
|
importFiles.path = .
|
|
DEPLOYMENT += importFiles
|
|
} else {
|
|
DEFINES += SRCDIR=\\\"$$PWD\\\"
|
|
}
|
|
|
|
CONFIG += parallel_test
|
|
|
|
QT += core-private gui-private declarative-private
|