summaryrefslogtreecommitdiff
path: root/AudioManagerMonitor.pro
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2015-05-18 14:10:44 +0000
committerJooncheol Park <jooncheol.park@windriver.com>2015-05-22 16:36:29 +0900
commit30b7817bb5c2de17c725d6624d073092d3a821c0 (patch)
tree483189b906189be449b4220405341f6f02859614 /AudioManagerMonitor.pro
parentd34049a22fc6d08478f85cccaa3d5e84d4bd9da2 (diff)
downloadaudiomanagerdemo-30b7817bb5c2de17c725d6624d073092d3a821c0.tar.gz
Use resources_big
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>
Diffstat (limited to 'AudioManagerMonitor.pro')
-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 \