aboutsummaryrefslogblamecommitdiff
path: root/src/plugins/General/General.pro
blob: 7286b1426a2803c011480d055895e498b0c04dc7 (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 \
           listenbrainz \
           library

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

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

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

contains(CONFIG, SLEEPINHIBITOR_PLUGIN){
    unix:SUBDIRS += sleepinhibitor
}

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

win32:SUBDIRS += taskbar \
                 rdetect

TEMPLATE = subdirs