summaryrefslogtreecommitdiffstats
path: root/Lua.pro
diff options
context:
space:
mode:
Diffstat (limited to 'Lua.pro')
-rw-r--r--Lua.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lua.pro b/Lua.pro
index 2565a2e..9781e0d 100644
--- a/Lua.pro
+++ b/Lua.pro
@@ -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
}