diff options
Diffstat (limited to 'tests/auto/declarative/qmlgraphicsimage/qmlgraphicsimage.pro')
-rw-r--r-- | tests/auto/declarative/qmlgraphicsimage/qmlgraphicsimage.pro | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/auto/declarative/qmlgraphicsimage/qmlgraphicsimage.pro b/tests/auto/declarative/qmlgraphicsimage/qmlgraphicsimage.pro deleted file mode 100644 index b5f7f83d6b..0000000000 --- a/tests/auto/declarative/qmlgraphicsimage/qmlgraphicsimage.pro +++ /dev/null @@ -1,9 +0,0 @@ -load(qttest_p4) -contains(QT_CONFIG,declarative): QT += declarative gui network -macx:CONFIG -= app_bundle - -HEADERS += ../shared/testhttpserver.h -SOURCES += tst_qmlgraphicsimage.cpp ../shared/testhttpserver.cpp - -# Define SRCDIR equal to test's source directory -DEFINES += SRCDIR=\\\"$$PWD\\\" |