aboutsummaryrefslogblamecommitdiff
path: root/src/plugins/General/fileops/fileops.pro
blob: d4cff98baece9cba46c2d0ee3f4e387e577ef118 (plain) (tree)
1
2
3
4
5
6
7
8
9

                          
                                         
 

                             

                             
 

                               

                               
 

                            
 

                                         
                    
 



                                        
include(../../plugins.pri)

TARGET = $$PLUGINS_PREFIX/General/fileops

HEADERS += fileopsfactory.h \
           fileops.h \
           settingsdialog.h \
           hotkeydialog.h

SOURCES += fileopsfactory.cpp \
           fileops.cpp \
           settingsdialog.cpp \
           hotkeydialog.cpp

FORMS += settingsdialog.ui \
         hotkeydialog.ui

RESOURCES = translations/translations.qrc

LIBS += $$QMMPUI_LIB

unix {
    target.path = $$LIB_DIR/qmmp/General
    INSTALLS += target
}