mirror of
https://gitlab.com/Syping/luaengineapp.git
synced 2025-09-06 00:42:05 +02:00
added NSIS script
This commit is contained in:
parent
a509408b05
commit
6c76172378
4 changed files with 273 additions and 6 deletions
|
@ -47,3 +47,11 @@ unix {
|
|||
target.path = $$LUAENGINE_BINDIR
|
||||
INSTALLS += target
|
||||
}
|
||||
|
||||
win32 {
|
||||
RC_LANG = 0x0
|
||||
QMAKE_TARGET_COMPANY = "Syping"
|
||||
QMAKE_TARGET_DESCRIPTION = "LuaEngine Runtime"
|
||||
QMAKE_TARGET_COPYRIGHT = "Copyright (c) 2018-2019 Syping"
|
||||
QMAKE_TARGET_PRODUCT = "LuaEngine"
|
||||
}
|
||||
|
|
|
@ -23,6 +23,6 @@ SUBDIRS += luaenginecore \
|
|||
luaengineio \
|
||||
luaengineos
|
||||
|
||||
CONFIG(WITH_LUAENGINERUN): SUBDIRS += luaengine
|
||||
CONFIG(WITH_LUAENGINEAPP): SUBDIRS += luaengineapp
|
||||
CONFIG(WITH_LUAENGINECOM): SUBDIRS += luaenginec
|
||||
CONFIG(WITH_LUAENGINE_RUNTIME): SUBDIRS += luaengine
|
||||
CONFIG(WITH_LUAENGINE_APPSTUB): SUBDIRS += luaengineapp
|
||||
CONFIG(WITH_LUAENGINE_COMPILER): SUBDIRS += luaenginec
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue