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