summaryrefslogtreecommitdiff
path: root/src/src.pro
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@nokia.com>2012-06-29 15:45:57 +0200
committerJens Bache-Wiig <jens.bache-wiig@nokia.com>2012-07-18 16:27:21 +0200
commit1c27f2562b7b7da5ddbf3f57031e9def2f401769 (patch)
treebded3c5291be8fd57502bf13d1203f6d4a80d55c /src/src.pro
parentaf0fe556ead3f0321e63bdfd436f4429f65f403f (diff)
downloadqtquickcontrols-1c27f2562b7b7da5ddbf3f57031e9def2f401769.tar.gz
Port the FileDialog component for the Qt 5 components
The following is from the original commit in the 4.x branch: Reuse QFileDialog to implement the FileDialog desktop component. old change-Ids: I9d64a87dd1885f298b2d7db690e4a26de3a2fb70 which was written by Alberto Mardegan <mardy@users.sourceforge.net> and Ic4aac60ad1dcad7fc9c10caea36a6abd84ee6ce1 Make the TopLevel.qml File menu show a file dialog. Also borrowed a couple more Tango icons for the Gallery example. Change-Id: Ia5abb2a0ae432e03fcbe46a7f682e891537593ab Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@nokia.com>
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/src.pro b/src/src.pro
index 14263840..67094582 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -25,7 +25,8 @@ HEADERS += qtmenu.h \
qquicklayout.h \
qquicklinearlayout.h \
qquickcomponentsprivate.h \
- qtsplitterbase.h
+ qtsplitterbase.h \
+ qfiledialogitem.h
SOURCES += qtmenu.cpp \
qtmenubar.cpp \
@@ -41,7 +42,8 @@ SOURCES += qtmenu.cpp \
qquicklayoutengine.cpp \
qquicklinearlayout.cpp \
qquickcomponentsprivate.cpp \
- qtsplitterbase.cpp
+ qtsplitterbase.cpp \
+ qfiledialogitem.cpp
TARGETPATH = QtDesktop/plugin