summaryrefslogtreecommitdiff
path: root/src/src.pro
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-12-06 14:03:05 +1000
committerAlan Alpert <alan.alpert@nokia.com>2011-12-06 14:03:05 +1000
commit36a8394828d6877893b44adfbc972c4de06901da (patch)
treedd676daef8d5527abd732e467f8610ffead2aa33 /src/src.pro
parentfb684742e841e4692002f57b3d0c343c26810115 (diff)
downloadqtquickcontrols-36a8394828d6877893b44adfbc972c4de06901da.tar.gz
Work again.
Well, a little. At least one person can now run Gallery.qml again. Removes all menu related stuff, removes Window (uses the Window in QtQuick.Window instead, despite reduced functionality now). Updates to work with the quick module split, and the xmllistmodel module split. Updates version number to 0.2 as well.
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro14
1 files changed, 2 insertions, 12 deletions
diff --git a/src/src.pro b/src/src.pro
index 6e82d68b..e95a64d7 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -9,33 +9,23 @@ DESTDIR = ../components/plugin
OBJECTS_DIR = obj
MOC_DIR = moc
-HEADERS += qtmenu.h \
- qtmenubar.h \
- qrangemodel_p.h \
+HEADERS += qrangemodel_p.h \
qrangemodel.h \
qstyleplugin.h \
qdeclarativefolderlistmodel.h \
qstyleitem.h \
qwheelarea.h \
- qtmenuitem.h \
- qwindowitem.h \
qdesktopitem.h \
- qtoplevelwindow.h \
qcursorarea.h \
qtooltiparea.h \
qtsplitterbase.h
-SOURCES += qtmenu.cpp \
- qtmenubar.cpp \
- qrangemodel.cpp \
+SOURCES += qrangemodel.cpp \
qstyleplugin.cpp \
qdeclarativefolderlistmodel.cpp \
qstyleitem.cpp \
qwheelarea.cpp \
- qtmenuitem.cpp \
- qwindowitem.cpp \
qdesktopitem.cpp \
- qtoplevelwindow.cpp \
qcursorarea.cpp \
qtooltiparea.cpp \
qtsplitterbase.cpp