summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2017-10-24 20:20:54 -0700
committerThiago Macieira <thiago.macieira@intel.com>2017-10-25 15:42:30 +0000
commitdad8cdbac13eaf3ed33fdf4157ebc242d5c13db5 (patch)
tree9f1db507c47b1df07df50c6a041f832962415071
parentcd8716678cf0cf2c9678edf4531a76cc00c7f828 (diff)
Remove misleading .pro filev5.10.0-beta3
This directory does not contain a unit test, but a file that is part of other unit tests. And the .pro file that was here did not compile anyway. Change-Id: Icaa86fc7b54d4b368c0efffd14f0b2178af7b0d2 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
-rw-r--r--tests/auto/qxyseries/qlineseries.pro6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/qxyseries/qlineseries.pro b/tests/auto/qxyseries/qlineseries.pro
deleted file mode 100644
index cb353869..00000000
--- a/tests/auto/qxyseries/qlineseries.pro
+++ /dev/null
@@ -1,6 +0,0 @@
-!include( ../auto.pri ) {
- error( "Couldn't find the auto.pri file!" )
-}
-SOURCES += tst_qlineseries.cpp
-
-!system_build:mac: QMAKE_POST_LINK += "$$MAC_POST_LINK_PREFIX $$MAC_AUTOTESTS_BIN_DIR"