diff options
author | Vsevolod Buzinov <ext-vsevolod.buzinov@nokia.com> | 2010-06-21 17:23:09 +0300 |
---|---|---|
committer | Vsevolod Buzinov <ext-vsevolod.buzinov@nokia.com> | 2010-07-05 14:28:13 +0300 |
commit | b026f0ad41985234416fa9ca1a2d054e8825961d (patch) | |
tree | 48b223aef928c293795d3fda1b1e60045e37a10f /libresourceqt/libresourceqt.pro | |
parent | 3ad5033772ff8c1a331f0c0b208a4a90b698e57b (diff) | |
download | libresourceqt-b026f0ad41985234416fa9ca1a2d054e8825961d.tar.gz |
Added initial version of the demo player
Updated documentation for the demo
Added video resource acquisition
Diffstat (limited to 'libresourceqt/libresourceqt.pro')
-rw-r--r-- | libresourceqt/libresourceqt.pro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libresourceqt/libresourceqt.pro b/libresourceqt/libresourceqt.pro index bf27d09..d78339a 100644 --- a/libresourceqt/libresourceqt.pro +++ b/libresourceqt/libresourceqt.pro @@ -28,9 +28,9 @@ MOC_DIR = moc CONFIG += qt link_pkgconfig dll QT = core PKGCONFIG += dbus-1 libresource0 -CONFIG(release, release|debug) { - 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} |