Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 181134 | Differences between
and this patch

Collapse All | Expand All

(-)qsopcast-0.3.5.old/src/qsopcast.pro (-13 lines)
Lines 21-39 Link Here
21
MOC_DIR=.moc
21
MOC_DIR=.moc
22
OBJECTS_DIR=.obj
22
OBJECTS_DIR=.obj
23
23
24
# Alsa
25
ALIB=$$system(ls /usr/lib|grep libasound)
26
contains(ALIB,libasound.so){
27
  LIBS+=-lasound
28
  DEFINES+=ALSA
29
}else{
30
  ALIB=$$system(ls /usr/local/lib|grep libasound)
31
  contains(ALIB,libasound.so){
32
    LIBS+=-lasound
33
    DEFINES+=ALSA
34
  }
35
}
36
37
24
38
# Input
25
# Input
39
HEADERS += channel.h \
26
HEADERS += channel.h \

Return to bug 181134