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

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

TARGET = FileDialog

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

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