source: trunk/examples/tutorials/gettingStarted/gsQml/filedialog/filedialog.pro

Last change on this file was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 275 bytes
Line 
1TEMPLATE = lib
2CONFIG += qt plugin
3QT += declarative
4
5DESTDIR += ../plugins
6OBJECTS_DIR = tmp
7MOC_DIR = tmp
8
9TARGET = FileDialog
10
11HEADERS += directory.h \
12 file.h \
13 dialogPlugin.h
14
15SOURCES += directory.cpp \
16 file.cpp \
17 dialogPlugin.cpp
Note: See TracBrowser for help on using the repository browser.