2011-11-18 15:41:08 +00:00
|
|
|
CONFIG += testcase
|
2012-02-16 04:43:03 +00:00
|
|
|
TARGET = tst_qqmlcomponent
|
|
|
|
macx:CONFIG -= app_bundle
|
2011-12-22 01:30:03 +00:00
|
|
|
|
2012-03-06 08:03:33 +00:00
|
|
|
INCLUDEPATH += ../../shared/
|
|
|
|
SOURCES += tst_qqmlcomponent.cpp \
|
|
|
|
../../shared/testhttpserver.cpp
|
|
|
|
|
|
|
|
HEADERS += ../../shared/testhttpserver.h
|
2011-12-22 01:30:03 +00:00
|
|
|
|
2012-02-16 04:43:03 +00:00
|
|
|
include (../../shared/util.pri)
|
2011-11-18 15:41:08 +00:00
|
|
|
|
2012-03-06 04:01:34 +00:00
|
|
|
TESTDATA = data/*
|
2011-11-18 15:41:08 +00:00
|
|
|
|
2012-03-06 08:03:33 +00:00
|
|
|
QT += core-private gui-private qml-private quick-private network testlib
|
2012-08-01 12:27:05 +00:00
|
|
|
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|