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