diff options
author | Wolf Bergenheim <ext-wolf.2.bergenheim@nokia.com> | 2010-04-27 09:42:03 +0300 |
---|---|---|
committer | Wolf Bergenheim <ext-wolf.2.bergenheim@nokia.com> | 2010-04-27 09:42:03 +0300 |
commit | ee5ed8f33d6060c9eb041cacb54f31c2cb1da067 (patch) | |
tree | bf06a93541eed2751d34c3616e2432b88933df43 /libresourceqt/libresourceqt.pro | |
parent | 3a5be2e8aff1c1bdd6406904307a7b3b7a062d38 (diff) | |
download | libresourceqt-ee5ed8f33d6060c9eb041cacb54f31c2cb1da067.tar.gz |
Added mutexes to make all libresourceqt usage atomic
Diffstat (limited to 'libresourceqt/libresourceqt.pro')
-rw-r--r-- | libresourceqt/libresourceqt.pro | 4 |
1 files changed, 3 insertions, 1 deletions
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} |