mirror of
https://gitlab.com/Syping/luaengineapp.git
synced 2024-11-05 05:26:55 +01:00
fixed some include paths
This commit is contained in:
parent
c358d576ae
commit
7b9df937c9
2 changed files with 0 additions and 2 deletions
|
@ -34,7 +34,6 @@ CONFIG(debug, debug|release): win32: LIBS += -L$$OUT_PWD/../luaengineos/debug -l
|
|||
CONFIG(release, debug|release): win32: LIBS += -L$$OUT_PWD/../luaengineos/release -lLuaEngineOS -L$$OUT_PWD/../luaengineio/release -lLuaEngineIO -L$$OUT_PWD/../luaenginegui/release -lLuaEngineGui -L$$OUT_PWD/../luaenginecore/release -lLuaEngine
|
||||
|
||||
INCLUDEPATH += \
|
||||
../luaenginecore/lua \
|
||||
../luaenginecore/luaengine \
|
||||
../luaenginegui/luaengine \
|
||||
../luaengineio/luaengine \
|
||||
|
|
|
@ -36,7 +36,6 @@ CONFIG(debug, debug|release): win32: LIBS += -L$$OUT_PWD/../luaenginecore/debug
|
|||
CONFIG(release, debug|release): win32: LIBS += -L$$OUT_PWD/../luaenginecore/release -lLuaEngine
|
||||
|
||||
INCLUDEPATH += \
|
||||
../luaenginecore/lua \
|
||||
../luaenginecore/luaengine
|
||||
|
||||
SOURCES += \
|
||||
|
|
Loading…
Reference in a new issue