summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-09-04 12:13:34 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-09-04 13:52:54 +0200
commit1e6bdf895efbaf2f40a4dd91ae4b32837ff40877 (patch)
tree9cec769234ab797344f8d85773eed8b6097ad98d
parentbb3d51ded055ae85815c3cc3a4d577ce1c710906 (diff)
fix module build
follow renames qt_module => qt_build_config, qt_module_config => qt_module. and CONFIG+=module is just obsolete. Change-Id: I9aac19ecdd296b6f04fb1a41e713f1d76e1d848a Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
-rw-r--r--src/qftp/qftp.pro5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/qftp/qftp.pro b/src/qftp/qftp.pro
index 74f1803..bb377b5 100644
--- a/src/qftp/qftp.pro
+++ b/src/qftp/qftp.pro
@@ -1,15 +1,14 @@
-load(qt_module)
+load(qt_build_config)
TARGET = QtFtp
CONFIG += static
CONFIG -= shared
QT = core network
-CONFIG += module
MODULE_PRI = ../../modules/qt_ftp.pri
MODULE = ftp
-load(qt_module_config)
+load(qt_module)
# Input
HEADERS += qftp.h qurlinfo.h