mirror of https://gitee.com/openkylin/peony.git
17 lines
435 B
Prolog
17 lines
435 B
Prolog
|
TEMPLATE = subdirs
|
||
|
|
||
|
SUBDIRS = src libpeony-qt \ # plugin #libpeony-qt/test \ #plugin-iface
|
||
|
#libpeony-qt/model/model-test \
|
||
|
#libpeony-qt/file-operation/file-operation-test \
|
||
|
#peony-qt-plugin-test \
|
||
|
peony-qt-desktop
|
||
|
|
||
|
CONFIG += debug_and_release
|
||
|
CONFIG(release,debug|release){
|
||
|
DEFINES += QT_NO_DEBUG_OUTPUT
|
||
|
}
|
||
|
|
||
|
src.depends = libpeony-qt
|
||
|
peony-qt-plugin-test.depends = libpeony-qt
|
||
|
peony-qt-desktop.depends = libpeony-qt
|