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

@@ -5,8 +5,12 @@ REQUIRES += contains(BLACK_CONFIG,Unittests)
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += blackmisc
SUBDIRS += blackcore
SUBDIRS += blackgui
SUBDIRS += testblackmisc
SUBDIRS += testblackcore
SUBDIRS += testblackgui
testblackmisc.file = blackmisc/testblackmisc.pro
testblackcore.file = blackcore/testblackcore.pro
testblackgui.file = blackgui/testblackgui.pro
load(common_post)