mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 19:05:31 +08:00
Fixed tests project names in QtCreator.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user