Fixed tests project names in QtCreator.

This commit is contained in:
Mathew Sutcliffe
2015-12-12 19:40:54 +00:00
parent abea471b5a
commit 1b8a2dff81
4 changed files with 7 additions and 3 deletions

View File

@@ -1,22 +0,0 @@
load(common_pre)
QT += core testlib dbus network gui svg
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = testblackgui
TEMPLATE = app
CONFIG -= app_bundle
CONFIG += blackmisc blackcore blackgui
CONFIG += testcase
CONFIG += no_testcase_installs
DEPENDPATH += . $$SourceRoot/src
INCLUDEPATH += . $$SourceRoot/src
HEADERS += *.h
SOURCES += *.cpp
DESTDIR = $$DestRoot/bin
load(common_post)