peony/peony-qt.pro

17 lines
435 B
Prolog
Raw Normal View History

2022-06-06 11:37:01 +08:00
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