summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorMarius Storm-Olsen <marius.storm-olsen@nokia.com>2011-01-06 12:52:17 -0600
committeraxis <qt-info@nokia.com>2011-04-27 12:05:51 +0200
commit0b8b64fa89f66ab60bcbc5b2d93ec5e39c1a405f (patch)
tree204932bbb1df03a50ae70c7e77a2ea76e732a3c6 /modules
parentd9f197b3dc318dfbcf100ec665bce5ccc4eb1385 (diff)
downloadqtsvg-0b8b64fa89f66ab60bcbc5b2d93ec5e39c1a405f.tar.gz
Make each module refer to its own bin/
Since modules cannot rely on QtCore having a build directory, nor can they build the applications directly into $$[QT_INSTALL_BINS] each module needs their own bin/. Add this path to each module's pri file, so others can use their applications
Diffstat (limited to 'modules')
-rw-r--r--modules/qt_svg.pri1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/qt_svg.pri b/modules/qt_svg.pri
index 90e9865..88edb85 100644
--- a/modules/qt_svg.pri
+++ b/modules/qt_svg.pri
@@ -4,6 +4,7 @@ QT_SVG_MINOR_VERSION = $$QT_MINOR_VERSION
QT_SVG_PATCH_VERSION = $$QT_PATCH_VERSION
QT.svg.name = QtSvg
+QT.svg.bins = $$QT_MODULE_BIN_BASE
QT.svg.includes = $$QT_MODULE_INCLUDE_BASE $$QT_MODULE_INCLUDE_BASE/QtSvg
QT.svg.private_includes = $$QT_MODULE_INCLUDE_BASE/QtSvg/private
QT.svg.sources = $$QT_MODULE_BASE/src/svg