diff options
-rw-r--r-- | Lua.pro | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ CONFIG += console warn_off installed win32 { DEFINES += LUA_ANSI LUA_BUILD_AS_DLL LUA_DL_DLL } -linux { +linux | qnx { CONFIG += staticlib DEFINES += LUA_ANSI LUA_USE_DLOPEN } |