aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/udisks2/settingsdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/udisks2/settingsdialog.cpp')
0 files changed, 0 insertions, 0 deletions
luser02@90c681e8-e032-0410-971d-27865f9a5e38> 2011-09-02 19:17:00 +0000 committer trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> 2011-09-02 19:17:00 +0000 fixed regression' href='/qmmp/commit/src/plugins/Output/jack/jack.pro?id=691646c2ada8c52899286a381850a4f2aee81377'>691646c2a
8446b57d0
06d187781
13befc31a
2d622fd9b


2d622fd9b


8391fdc1f
4c8f7c65d
f5d91da6b





2d622fd9b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
                          








                                  


                                               


                                
 
                        
                               
                   


              


                            
 
                                         





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

HEADERS += outputjackfactory.h \
           outputjack.h \
           bio2jack.h

SOURCES += outputjackfactory.cpp \
           outputjack.cpp \
           bio2jack.c

TARGET=$$PLUGINS_PREFIX/Output/jack
QMAKE_CLEAN =$$PLUGINS_PREFIX/Output/libjack.so

contains(CONFIG, WITH_NEW_JACK){
    DEFINES += JACK_NEW_API
}

INCLUDEPATH += ../../../
QMAKE_LIBDIR += ../../../../lib
CONFIG += warn_on \
thread \
plugin \
link_pkgconfig
TEMPLATE = lib
LIBS += -lqmmp
PKGCONFIG += jack samplerate

RESOURCES = translations/translations.qrc

isEmpty (LIB_DIR){
LIB_DIR = /lib
}

target.path = $$LIB_DIR/qmmp/Output
INSTALLS += target