blob: 57a90e27a161258c7f0185eebd98ad0938ac54a0 (
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 += -lqmmpui
unix {
target.path = $$LIB_DIR/qmmp/FileDialogs
INSTALLS += target
}
|