blob: 02427f26f62b34316ff3a3ad28fb64aedf7105b2 (
plain) (
tree)
|
|
include(../../plugins.pri)
TARGET = $$PLUGINS_PREFIX/FileDialogs/twopanelfiledialog
HEADERS += twopanelfiledialog.h \
twopanelfiledialogimpl.h
SOURCES += twopanelfiledialog.cpp \
twopanelfiledialogimpl.cpp
FORMS += twopanelfiledialog.ui
LIBS += $$QMMPUI_LIB
RESOURCES += translations/translations.qrc
unix {
target.path = $$LIB_DIR/qmmp/FileDialogs
INSTALLS += target
}
|