summaryrefslogtreecommitdiffstats
path: root/src/sql
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-03-13 15:53:10 +0100
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-06-19 16:40:00 +0200
commitf4b7e33c0b39b33542194b06d6268a841a55a469 (patch)
treecd57071cd04ef6c8128a02095bf9db0d20118a40 /src/sql
parent84fb7be6c15dd2c91693202b5eeb0f781ae7b31d (diff)
make qt_module_config.prf install the module pri file
absorb module.prf into qt_installs.prf, as that's where it belongs. add qt_install_module option and automatically set it in qt_module_config. make qt_installs use that option. Change-Id: I860616f3a29a456f7b88ddaffa09375400c8911e Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'src/sql')
-rw-r--r--src/sql/sql.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sql/sql.pro b/src/sql/sql.pro
index c2345d92ef..1b7e1b8d85 100644
--- a/src/sql/sql.pro
+++ b/src/sql/sql.pro
@@ -4,7 +4,6 @@ TARGET = QtSql
QPRO_PWD = $$PWD
QT = core-private
-CONFIG += module
MODULE_PRI = ../modules/qt_sql.pri
DEFINES += QT_BUILD_SQL_LIB