mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45: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
|
TEMPLATE = subdirs
|
||||||
CONFIG += ordered
|
CONFIG += ordered
|
||||||
|
|
||||||
SUBDIRS += blackmisc
|
SUBDIRS += testblackmisc
|
||||||
SUBDIRS += blackcore
|
SUBDIRS += testblackcore
|
||||||
SUBDIRS += blackgui
|
SUBDIRS += testblackgui
|
||||||
|
|
||||||
|
testblackmisc.file = blackmisc/testblackmisc.pro
|
||||||
|
testblackcore.file = blackcore/testblackcore.pro
|
||||||
|
testblackgui.file = blackgui/testblackgui.pro
|
||||||
|
|
||||||
load(common_post)
|
load(common_post)
|
||||||
|
|||||||
Reference in New Issue
Block a user