Make each module refer to its own bin/
authorMarius Storm-Olsen <marius.storm-olsen@nokia.com>
Thu, 6 Jan 2011 18:52:17 +0000 (12:52 -0600)
committeraxis <qt-info@nokia.com>
Wed, 27 Apr 2011 10:05:51 +0000 (12:05 +0200)
commit82bf3bd7757b6c5a6bfe2c6e7cdceb8701268a27
treeee950d4060a2e6df83f53d3025df7f73a2129254
parent3ec5d966574f1a9da7cfde573771cb95c376ce7c
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
bin/syncqt
mkspecs/features/qt_config.prf
mkspecs/features/qt_functions.prf
src/modules/qt_core.pri
src/modules/qt_dbus.pri
src/modules/qt_network.pri
src/modules/qt_opengl.pri
src/modules/qt_openvg.pri
src/modules/qt_sql.pri
src/modules/qt_testlib.pri
src/modules/qt_xml.pri