From ee5ed8f33d6060c9eb041cacb54f31c2cb1da067 Mon Sep 17 00:00:00 2001 From: Wolf Bergenheim Date: Tue, 27 Apr 2010 09:42:03 +0300 Subject: Added mutexes to make all libresourceqt usage atomic --- libresourceqt/libresourceqt.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libresourceqt/libresourceqt.pro') diff --git a/libresourceqt/libresourceqt.pro b/libresourceqt/libresourceqt.pro index 01cbca5..bf27d09 100644 --- a/libresourceqt/libresourceqt.pro +++ b/libresourceqt/libresourceqt.pro @@ -28,7 +28,9 @@ MOC_DIR = moc CONFIG += qt link_pkgconfig dll QT = core PKGCONFIG += dbus-1 libresource0 -DEFINES += QT_NO_DEBUG_OUTPUT QT_NO_WARNING_OUTPUT QT_NO_DEBUG_STREAM +CONFIG(release, release|debug) { + DEFINES += QT_NO_DEBUG_OUTPUT QT_NO_WARNING_OUTPUT QT_NO_DEBUG_STREAM +} # Install directives headers.files = $${PUBLIC_HEADERS} -- cgit v1.2.3