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>
This commit is contained in:
Oswald Buddenhagen 2012-09-04 12:13:34 +02:00
parent bb3d51ded0
commit 1e6bdf895e
1 changed files with 2 additions and 3 deletions

View File

@ -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