Skip to content

Commit

Permalink
kovan-test.pro: Add ALSA to Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
xobs committed Jun 20, 2012
1 parent ef547fb commit a8813b3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions kovan-test.pro
Expand Up @@ -25,8 +25,12 @@ SOURCES += main.cpp\
test-usb.c \
fpga.c \
wifitest.cpp
#CONFIG += link_pkgconfig
#PKGCONFIG += alsa


linux-g++ {
CONFIG += link_pkgconfig
PKGCONFIG += alsa
}



Expand Down

0 comments on commit a8813b3

Please sign in to comment.