aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorquietok(david) <quietok@protonmail.com>2021-09-13 00:47:00 -0500
committerFelix Queißner <felix@ib-queissner.de>2021-09-13 10:33:29 +0200
commit8a7dfe0b1ab9783fddb93d890ea4b856eb93db60 (patch)
tree10796a02b3b9481290cddd04d2b4cae551ffac35 /src
parent2cdf23f692ae9050f1f109162aeac82d37643748 (diff)
downloadkristall-8a7dfe0b1ab9783fddb93d890ea4b856eb93db60.tar.gz
Fix x86 for Haiku and maybe others
Diffstat (limited to 'src')
-rw-r--r--src/kristall.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/kristall.pro b/src/kristall.pro
index cca3b72..5af4e6c 100644
--- a/src/kristall.pro
+++ b/src/kristall.pro
@@ -34,6 +34,9 @@ QMAKE_CXXFLAGS += -Wno-unused-parameter -Werror=return-type
QMAKE_CXXFLAGS += -std=c++17
CONFIG += c++17
+# avoid x86 OOM errors
+CONFIG += resources_big
+
win32-msvc {
# message("Use windows/msvc build")
QMAKE_CFLAGS -= -Wno-unused-parameter