summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Treat <adam.treat@qt.io>2017-11-27 09:24:32 -0500
committerAdam Treat <adam.treat@qt.io>2018-01-19 16:29:50 +0000
commit535664553034713d13ac60ea5b7a0a4e66e5aa34 (patch)
tree48dbb3939215668208c2f91290468f2b3f7967a1
parent51881665d04c5f736faa523d3a6c65b55fde532a (diff)
Add QNX supportHEADmaster
Change-Id: Ie11ecfd225315d8e0d03ea5e9d966207acdb2bc3 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
-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
}