aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qtsupport/qtsupport.pro
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2010-11-11 16:49:17 +0100
committerEike Ziller <eike.ziller@nokia.com>2011-06-29 00:31:47 +0200
commit497dd323ea550cfc9987b3ee049700986b5d8859 (patch)
treed602e654adec95d78d4f5e7ce237169641296eb5 /src/plugins/qtsupport/qtsupport.pro
parentb23aa108900e32b514e1939494c0d54fa9e75e32 (diff)
Introduce QML-based welcome screen using desktop components
Implements new XML-based format for examples, demos & tutorials Done-with: Primrose Mbanefo <ext-primrose.mbanefo@nokia.com> Change-Id: I42c0afdb419cffe5637cd4f298e828d09e0fb15a Reviewed-on: http://codereview.qt.nokia.com/840 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
Diffstat (limited to 'src/plugins/qtsupport/qtsupport.pro')
-rw-r--r--src/plugins/qtsupport/qtsupport.pro10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/plugins/qtsupport/qtsupport.pro b/src/plugins/qtsupport/qtsupport.pro
index eff34bdb7ec..25ffad2f145 100644
--- a/src/plugins/qtsupport/qtsupport.pro
+++ b/src/plugins/qtsupport/qtsupport.pro
@@ -1,7 +1,7 @@
TEMPLATE = lib
TARGET = QtSupport
DEFINES += QT_CREATOR QTSUPPORT_LIBRARY
-QT += network
+QT += network declarative
include(../../qtcreatorplugin.pri)
include(qtsupport_dependencies.pri)
DEFINES += \
@@ -23,7 +23,9 @@ HEADERS += \
debugginghelperbuildtask.h \
qtsupportconstants.h \
profilereader.h \
- qtparser.h
+ qtparser.h \
+ gettingstartedwelcomepage.h \
+ exampleslistmodel.h
SOURCES += \
qtsupportplugin.cpp \
@@ -37,7 +39,9 @@ SOURCES += \
qtoptionspage.cpp \
debugginghelperbuildtask.cpp \
profilereader.cpp \
- qtparser.cpp
+ qtparser.cpp \
+ gettingstartedwelcomepage.cpp \
+ exampleslistmodel.cpp
FORMS += \
showbuildlog.ui \