improve LuaEngineApp build

This commit is contained in:
Syping 2019-10-14 21:37:35 +02:00
parent eec5071578
commit 262533dae9
4 changed files with 24 additions and 16 deletions

View file

@ -32,3 +32,11 @@ INCLUDEPATH += \
SOURCES += \
main.cpp
win32 {
RC_LANG = 0x0
QMAKE_TARGET_COMPANY = "Syping"
QMAKE_TARGET_DESCRIPTION = "LuaEngine Compiler"
QMAKE_TARGET_COPYRIGHT = "Copyright (c) 2019 Syping"
QMAKE_TARGET_PRODUCT = "luaenginec"
}