aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_general/tst_opencreator_qbs
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@digia.com>2014-10-30 15:57:44 +0100
committerRobert Loehning <robert.loehning@digia.com>2014-10-31 14:52:03 +0100
commit07a52d1ae65cac3a8566fef3cf214e756509adad (patch)
treef6d027dc9a059a2deb75a0630bc4f8281596e203 /tests/system/suite_general/tst_opencreator_qbs
parent2978f08bfa899dcf0bddf678d964c68f57e46751 (diff)
Squish: Remove Qt4 compatibility code
Thank you Qt4 for all the good times we had together. Farewell. Change-Id: If0e81b71a97524bb0c84ea5bbcba4c29244a0a5e Reviewed-by: Christian Stenger <christian.stenger@digia.com>
Diffstat (limited to 'tests/system/suite_general/tst_opencreator_qbs')
-rw-r--r--tests/system/suite_general/tst_opencreator_qbs/test.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/system/suite_general/tst_opencreator_qbs/test.py b/tests/system/suite_general/tst_opencreator_qbs/test.py
index f58800323d..c40cdcf6ca 100644
--- a/tests/system/suite_general/tst_opencreator_qbs/test.py
+++ b/tests/system/suite_general/tst_opencreator_qbs/test.py
@@ -31,9 +31,6 @@
source("../../shared/qtcreator.py")
def main():
- if isQt4Build:
- test.log("QbsProjectManager is not available with Qt4")
- return
pathCreator = os.path.join(srcPath, "creator", "qtcreator.qbs")
if not neededFilePresent(pathCreator):
return