blob: 4e9e5421e4890a725ab44829d08f0c0532c99c6b (
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 = $$LIB_DIR/qmmp/FileDialogs
INSTALLS += target
}
|