Add Qt 5 libraries to .pro files.

Make Qt Creator compile with Qt 5 after using fixqt4headers.pl.

Change-Id: I74ca51d562f49378b40103b79848f5dd3b11e77e
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
Friedemann Kleint
2011-11-23 11:31:09 +01:00
parent 2ee7a56bdf
commit b0eff051c1
24 changed files with 54 additions and 22 deletions

View File

@@ -1,6 +1,11 @@
TEMPLATE = lib
TARGET = Help
QT += network
greaterThan(QT_MAJOR_VERSION, 4) {
QT += printsupport
DEFINES += QT_NO_WEBKIT
}
INCLUDEPATH += $$PWD