-
Jens Bache-Wiig authored
This ports the welcome screen to use QtQuick 2.0. I have disabled the plugin on Qt4 builds. Change-Id: Ia921d0747c8f7d4441c88fc9fb77b822496091f4 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
Jens Bache-Wiig authoredThis ports the welcome screen to use QtQuick 2.0. I have disabled the plugin on Qt4 builds. Change-Id: Ia921d0747c8f7d4441c88fc9fb77b822496091f4 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
qtsupport.pro 1.64 KiB
DEFINES += QTSUPPORT_LIBRARY
QT += network
include(../../qtcreatorplugin.pri)
DEFINES += QMAKE_LIBRARY
include(../../shared/proparser/proparser.pri)
HEADERS += \
qtsupportplugin.h \
qtsupport_global.h \
qtkitconfigwidget.h \
qtkitinformation.h \
qtoutputformatter.h \
qtversionmanager.h \
qtversionfactory.h \
uicodemodelsupport.h \
baseqtversion.h \
qmldumptool.h \
qmlobservertool.h \
qmldebugginglibrary.h \
qtoptionspage.h \
customexecutablerunconfiguration.h \
customexecutableconfigurationwidget.h \
debugginghelper.h \
debugginghelperbuildtask.h \
qtsupportconstants.h \
profilereader.h \
qtparser.h \
exampleslistmodel.h \
screenshotcropper.h \
qtconfigwidget.h \
qtfeatureprovider.h
SOURCES += \
qtsupportplugin.cpp \
qtkitconfigwidget.cpp \
qtkitinformation.cpp \
qtoutputformatter.cpp \
qtversionmanager.cpp \
qtversionfactory.cpp \
uicodemodelsupport.cpp \
baseqtversion.cpp \
qmldumptool.cpp \
qmlobservertool.cpp \
qmldebugginglibrary.cpp \
qtoptionspage.cpp \
customexecutablerunconfiguration.cpp \
customexecutableconfigurationwidget.cpp \
debugginghelper.cpp \
debugginghelperbuildtask.cpp \
profilereader.cpp \
qtparser.cpp \
exampleslistmodel.cpp \
screenshotcropper.cpp \
qtconfigwidget.cpp
greaterThan(QT_MAJOR_VERSION, 4) {
QT += quick
HEADERS += gettingstartedwelcomepage.h
SOURCES += gettingstartedwelcomepage.cpp
}
FORMS += \
showbuildlog.ui \
qtversioninfo.ui \
debugginghelper.ui \
qtversionmanager.ui \
RESOURCES += \
qtsupport.qrc