aboutsummaryrefslogblamecommitdiff
path: root/src/plugins/General/General.pro
blob: cd07a3c379f3894f7bb122fc8049a40809afa9fe (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

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

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

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

win32:SUBDIRS += taskbar \
                 rdetect

TEMPLATE = subdirs