qt is already added by spec_pre.prf, warn_on by default_pre.prf, and no_private_qt_headers_warning by qt_build_config.prf. Change-Id: Ia5cee420d577dd0ae0120cb2dd430d4ddd29ebcf Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
12 lines
197 B
Prolog
12 lines
197 B
Prolog
TEMPLATE=app
|
|
TARGET=tst_qml
|
|
CONFIG += qmltestcase
|
|
SOURCES += tst_qml.cpp
|
|
|
|
|
|
importFiles.files = soundeffect
|
|
|
|
importFiles.path = .
|
|
DEPLOYMENT += importFiles
|
|
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|