From 30b7817bb5c2de17c725d6624d073092d3a821c0 Mon Sep 17 00:00:00 2001 From: James Thomas Date: Mon, 18 May 2015 14:10:44 +0000 Subject: 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 --- AudioManagerMonitor.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.1