summaryrefslogtreecommitdiffstats
path: root/examples/declarative/tutorials/gettingStarted/parts/part5/filedialog/filedialog.pro
blob: f9229a3ba470ce9b2e83646f62272a3b6534ab2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE = lib
CONFIG += plugin
QT += declarative

DESTDIR +=  ../plugins
OBJECTS_DIR = tmp
MOC_DIR = tmp

TARGET = FileDialog

HEADERS += 	directory.h \
		file.h \
		dialogPlugin.h

SOURCES +=	directory.cpp \
		file.cpp \
		dialogPlugin.cpp