mguentner / libbeat

a basic and lightweight beat detection library written for Qt with alsa and pulseaudio support
GNU General Public License v3.0
22 stars 1 forks source link

install target of generated makefile seems to do nothing #2

Closed fps closed 11 years ago

fps commented 11 years ago

Might be an issue with the qt I use here though (arch linux for ARM)

fps commented 11 years ago
diff --git a/src/src.pro b/src/src.pro
index 16f2f83..6ea628d 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -2,6 +2,9 @@ TEMPLATE = lib
 LANGUAGE = C++
 TARGET   = beat

+target.path = /usr/local/lib/
+INSTALLS += target
+
 SOURCES += alsarecorder.cpp \
     subband.cpp \
     soundrecorder.cpp \