diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-02-10 03:10:46 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-02-10 03:10:46 (GMT) |
commit | 3c6350b682b2c8fdd982d43126258398506a133a (patch) | |
tree | 99d03d62933d7cf72476128d31316ddf9077eecf | |
parent | d0f16c6c61fff8d5771f433690750d57dfa9c61c (diff) | |
download | Qt-3c6350b682b2c8fdd982d43126258398506a133a.zip Qt-3c6350b682b2c8fdd982d43126258398506a133a.tar.gz Qt-3c6350b682b2c8fdd982d43126258398506a133a.tar.bz2 |
Remove unneeded
-rw-r--r-- | tests/auto/declarative/pathview/pathview.pro | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/auto/declarative/pathview/pathview.pro b/tests/auto/declarative/pathview/pathview.pro deleted file mode 100644 index bddd1e6..0000000 --- a/tests/auto/declarative/pathview/pathview.pro +++ /dev/null @@ -1,8 +0,0 @@ -load(qttest_p4) -contains(QT_CONFIG,declarative): QT += declarative -macx:CONFIG -= app_bundle - -SOURCES += tst_pathview.cpp - -# Define SRCDIR equal to test's source directory -DEFINES += SRCDIR=\\\"$$PWD\\\" |