split project with app & doric module
This commit is contained in:
7
doric-Qt/example/example.pro
Normal file
7
doric-Qt/example/example.pro
Normal file
@@ -0,0 +1,7 @@
|
||||
TEMPLATE = subdirs
|
||||
CONFIG += ordered
|
||||
SUBDIRS = doric \
|
||||
app
|
||||
doric.subdir = $$PWD/doric
|
||||
app.subdir = $$PWD/app
|
||||
app.depends = doric
|
||||
Reference in New Issue
Block a user