blob: a89fe58f638b0ea578add2c4addae6299b89f120 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
include(../../plugins.pri)
TARGET = $$PLUGINS_PREFIX/FileDialogs/qmmpfiledialog
HEADERS += qmmpfiledialog.h \
qmmpfiledialogimpl.h
SOURCES += qmmpfiledialog.cpp \
qmmpfiledialogimpl.cpp
FORMS += qmmpfiledialog.ui
RESOURCES += translations/translations.qrc
LIBS += $$QMMPUI_LIB
unix {
target.path = $$PLUGIN_DIR/FileDialogs
INSTALLS += target
}
|