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

                          
                       
                     
                   
                      

                         
                          
                        
                      

                   
 


                           
                           
 

                        
                                 
                           


                             
                       

 



                                 
                  
include(../../../qmmp.pri)

SUBDIRS += statusicon \
           notifier \
           lyrics \
           scrobbler \
           fileops \
           covermanager \
           streambrowser \
           trackchange \
           copypaste \
           rgscan \
           hotkey

unix:SUBDIRS += mpris \
                kdenotify \
                converter \
                gnomehotkey

win32:SUBDIRS += taskbar

contains(CONFIG, UDISKS2_PLUGIN){
    unix:SUBDIRS += udisks2
}

contains(CONFIG, HAL_PLUGIN){
    unix:SUBDIRS += hal
}

contains(CONFIG, HISTORY_PLUGIN){
    SUBDIRS += history
}

TEMPLATE = subdirs