blob: bc43c3d9588f88537da621db7b0d48718b31b81c (
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
CONFIG += link_qmmpui
HEADERS += qmmpfiledialog.h \
qmmpfiledialogimpl.h
SOURCES += qmmpfiledialog.cpp \
qmmpfiledialogimpl.cpp
FORMS += qmmpfiledialog.ui
RESOURCES += translations/translations.qrc
unix {
target.path = $$LIB_DIR/qmmp/FileDialogs
INSTALLS += target
}
|