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

                          
                       
                     
                   
                      
                    
                         
                          
                        
                   

                    
                       
                           

                           

                                
                          


                                 
                           


                             
                       

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

SUBDIRS += statusicon \
           notifier \
           lyrics \
           scrobbler \
           fileops \
           covermanager \
           streambrowser \
           trackchange \
           hotkey \
           copypaste
#           rgscan
unix:SUBDIRS += mpris \
                kdenotify \
                converter \
                gnomehotkey

contains(CONFIG, UDISKS_PLUGIN){
    unix:SUBDIRS += udisks
}

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

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

TEMPLATE = subdirs