forked from qt-creator/qt-creator
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:
@@ -4,6 +4,8 @@ DEFINES += CORE_LIBRARY
|
||||
QT += network \
|
||||
script \
|
||||
sql
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += printsupport
|
||||
|
||||
CONFIG += help
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(../../libs/utils/utils.pri)
|
||||
|
||||
Reference in New Issue
Block a user