diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-03-22 00:28:27 (GMT) |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-03-22 00:28:27 (GMT) |
commit | 91ebcc413f0650ab235b93689776d4457bdbc80e (patch) | |
tree | db4846ab6cf828b4f237e08b96b7615b14d1342e /tests/auto/declarative/layouts/layouts.pro | |
parent | 7a7dbde042b380f3005deb1c1e72e876eaa57d4c (diff) | |
download | Qt-91ebcc413f0650ab235b93689776d4457bdbc80e.zip Qt-91ebcc413f0650ab235b93689776d4457bdbc80e.tar.gz Qt-91ebcc413f0650ab235b93689776d4457bdbc80e.tar.bz2 |
Fixed inconsistent test naming.
TARGET and test class name should always match.
Diffstat (limited to 'tests/auto/declarative/layouts/layouts.pro')
-rw-r--r-- | tests/auto/declarative/layouts/layouts.pro | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/auto/declarative/layouts/layouts.pro b/tests/auto/declarative/layouts/layouts.pro deleted file mode 100644 index f38e155..0000000 --- a/tests/auto/declarative/layouts/layouts.pro +++ /dev/null @@ -1,7 +0,0 @@ -load(qttest_p4) -contains(QT_CONFIG,declarative): QT += declarative -SOURCES += tst_layouts.cpp -macx:CONFIG -= app_bundle - -# Define SRCDIR equal to test's source directory -DEFINES += SRCDIR=\\\"$$PWD\\\" |