summaryrefslogtreecommitdiffstats
path: root/tests/arthur/performancediff/performancediff.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/arthur/performancediff/performancediff.pro')
-rw-r--r--tests/arthur/performancediff/performancediff.pro19
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/arthur/performancediff/performancediff.pro b/tests/arthur/performancediff/performancediff.pro
deleted file mode 100644
index 8c1fb98047..0000000000
--- a/tests/arthur/performancediff/performancediff.pro
+++ /dev/null
@@ -1,19 +0,0 @@
-# -*- Mode: makefile -*-
-COMMON_FOLDER = $$PWD/../common
-include(../arthurtester.pri)
-TEMPLATE = app
-TARGET = performancediff
-DEPENDPATH += .
-INCLUDEPATH += .
-DESTDIR = ../bin
-
-CONFIG += console
-
-QT += xml svg core-private gui-private
-contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2):QT += opengl
-
-# Input
-HEADERS += performancediff.h
-SOURCES += main.cpp performancediff.cpp
-
-