Commit b8880434 by Amnes1a

添加子模块fmp_coupon

parent ea6ae88b
......@@ -17,5 +17,7 @@
path = fmp_printer
url = git@git.oschina.net:kong__mo/fmp_printer.git
[submodule "fmp_coupon"]
path = fmp_coupon
url = git@gitlab.freemud.com:gujin.wang/fmp_coupon.git
......@@ -4,7 +4,7 @@ TEMPLATE = subdirs
SUBDIRS += fmp_manager \
fmp_logger \
fmp_settings \
# fmp_uiloader \
# fmp_uiloader \
fmp_network \
fmp_syncer \
fmp_epay \
......@@ -15,6 +15,7 @@ SUBDIRS += fmp_manager \
FreemudPOS \
FreemudSyncer \
fmp_redeem \
fmp_keyboard
# fmp_coupon \
fmp_keyboard \
CONFIG += ordered
......@@ -31,7 +31,7 @@ LIBS += -L$$PWD/../lib
CONFIG(debug, debug|release) {
#Linking library
LIBS += -lCTKCored -lCTKPluginFrameworkd
LIBS += -lCTKCored -lCTKPluginFrameworkd
#Destination path
DESTDIR = $$PWD/../debug/plugins
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment