Commit b8880434 by Amnes1a

添加子模块fmp_coupon

parent ea6ae88b
...@@ -17,5 +17,7 @@ ...@@ -17,5 +17,7 @@
path = fmp_printer path = fmp_printer
url = git@git.oschina.net:kong__mo/fmp_printer.git url = git@git.oschina.net:kong__mo/fmp_printer.git
[submodule "fmp_coupon"] [submodule "fmp_coupon"]
path = fmp_coupon path = fmp_coupon
url = git@gitlab.freemud.com:gujin.wang/fmp_coupon.git url = git@gitlab.freemud.com:gujin.wang/fmp_coupon.git
...@@ -4,7 +4,7 @@ TEMPLATE = subdirs ...@@ -4,7 +4,7 @@ TEMPLATE = subdirs
SUBDIRS += fmp_manager \ SUBDIRS += fmp_manager \
fmp_logger \ fmp_logger \
fmp_settings \ fmp_settings \
# fmp_uiloader \ # fmp_uiloader \
fmp_network \ fmp_network \
fmp_syncer \ fmp_syncer \
fmp_epay \ fmp_epay \
...@@ -15,6 +15,7 @@ SUBDIRS += fmp_manager \ ...@@ -15,6 +15,7 @@ SUBDIRS += fmp_manager \
FreemudPOS \ FreemudPOS \
FreemudSyncer \ FreemudSyncer \
fmp_redeem \ fmp_redeem \
fmp_keyboard # fmp_coupon \
fmp_keyboard \
CONFIG += ordered CONFIG += ordered
...@@ -31,7 +31,7 @@ LIBS += -L$$PWD/../lib ...@@ -31,7 +31,7 @@ LIBS += -L$$PWD/../lib
CONFIG(debug, debug|release) { CONFIG(debug, debug|release) {
#Linking library #Linking library
LIBS += -lCTKCored -lCTKPluginFrameworkd LIBS += -lCTKCored -lCTKPluginFrameworkd
#Destination path #Destination path
DESTDIR = $$PWD/../debug/plugins DESTDIR = $$PWD/../debug/plugins
} else { } 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