Commit 9fb8b27e by Carwyn

1. 外卖资源上传; 2. exe 添加图标

parent 3d0abcfb
...@@ -12,5 +12,8 @@ ...@@ -12,5 +12,8 @@
*/plugins/*.lib */plugins/*.lib
*/plugins/*.pdb */plugins/*.pdb
*/plugins/*.rc */plugins/*.rc
debug/bin/configuration/* */bin/*.exe
*/res/* */bin/configuration/*
*/res/resource.h
*/res/MANIFEST.MF
*/res/*.rc
...@@ -17,3 +17,7 @@ CONFIG(debug, debug|release) { ...@@ -17,3 +17,7 @@ CONFIG(debug, debug|release) {
else { else {
DESTDIR = $$PWD/../release/bin DESTDIR = $$PWD/../release/bin
} }
win32 {
RC_FILE += res/FreemudPOS.rc
}
IDI_ICON1 ICON DISCARDABLE "FreemudPOS.ico"
\ No newline at end of file
[Paths]
Libraries=.
Plugins=../qtplugins
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