blob: d99467a50f576e6d58e1650dcd46168e64155c80 (
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 = $$PLUGIN_DIR/FileDialogs
INSTALLS += target
}
|