aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/buildgraph/buildgraph.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/buildgraph/buildgraph.pro')
-rw-r--r--tests/auto/buildgraph/buildgraph.pro14
1 files changed, 2 insertions, 12 deletions
diff --git a/tests/auto/buildgraph/buildgraph.pro b/tests/auto/buildgraph/buildgraph.pro
index b86d36b6e..4388aac1e 100644
--- a/tests/auto/buildgraph/buildgraph.pro
+++ b/tests/auto/buildgraph/buildgraph.pro
@@ -1,16 +1,6 @@
-TEMPLATE = app
TARGET = tst_buildgraph
-DESTDIR = ../../../bin
-INCLUDEPATH += ../../../src/lib/
-DEFINES += SRCDIR=\\\"$$PWD/\\\"
-QT = core testlib
-CONFIG += depend_includepath testcase
-CONFIG += console
-CONFIG -= app_bundle
+SOURCES = tst_buildgraph.cpp
-SOURCES += \
- tst_buildgraph.cpp
-
-include(../../../src/lib/use.pri)
+include(../auto.pri)
include(../../../src/app/shared/logging/logging.pri)