aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Misc/FileDialogs/Qt3FileDialog/Qt3FileDialog.pro
blob: 7954ebf011c9ad9af285d90bd70e89ff1f07913f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
QMMPROOT = ../../../qmmp

INCLUDEPATH += $$QMMPROOT/src
INCLUDEPATH += $$QMMPROOT/lib

HEADERS += qt3filedialogfactory.h \
           qt3filedialog.h \
	   $$QMMPROOT/src/filedialog.h \
	   $$QMMPROOT/src/playlistmodel.h
	   
SOURCES += qt3filedialog.cpp \
           qt3filedialogfactory.cpp \
	   $$QMMPROOT/src/filedialog.cpp \
	   $$QMMPROOT/src/playlistmodel.cpp
	   
	   
DESTDIR = ../
QMAKE_CLEAN += ../libqt3filedialog.so


CONFIG += release warn_on plugin 

TEMPLATE = lib

QT += qt3support

#target.path = /plugins/FileDialogs
#INSTALLS += target