summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2015-05-18 14:10:44 +0000
committerJames Thomas <james.thomas@codethink.co.uk>2015-05-18 14:10:44 +0000
commitd1a02774f9369d2950073ac6ca6127437e187eaf (patch)
tree2db8e622474883449f07493a6d633c02ed83b3d6
parentaf94564410e5b8c219053a8b9539eeffb700089e (diff)
downloadaudiomanagerdemo-baserock/james/fix-build.tar.gz
Use resources_bigbaserock/james/fix-build
The current build generates an 87M cpp file that makes compilation impossible on systems without substantial amounts of RAM, this appears to be an issue with rcc which inflats the wav files. However using resources_big fixes this by generating the qrc data with -binary, which doesn't appear to have the same problem Signed-off-by: James Thomas <james.thomas@codethink.co.uk>
-rw-r--r--AudioManagerMonitor.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/AudioManagerMonitor.pro b/AudioManagerMonitor.pro
index 882dfb6..e17a4a3 100644
--- a/AudioManagerMonitor.pro
+++ b/AudioManagerMonitor.pro
@@ -1,7 +1,7 @@
TEMPLATE = app
QT += qml quick dbus
-CONFIG += link_pkgconfig
+CONFIG += link_pkgconfig resources_big
CONFIG += c++11
SOURCES += main.cpp \