fix luaenginec Windows, fix nsis

This commit is contained in:
Syping 2019-10-18 15:46:41 +02:00
parent 6c76172378
commit e1c5e46af5
3 changed files with 9 additions and 5 deletions

View file

@ -17,7 +17,9 @@
QT -= gui
TARGET = luaenginec
CONFIG += c++11
CONFIG += c++11 \
console
VERSION = 0.1
static: DEFINES += LUAENGINE_STATIC