aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/qmmp/qmmp.pro5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/qmmp/qmmp.pro b/src/qmmp/qmmp.pro
index 8a7512d33..8e3af1503 100644
--- a/src/qmmp/qmmp.pro
+++ b/src/qmmp/qmmp.pro
@@ -1,5 +1,4 @@
-unix:include(../../qmmp.pri)
-win32:include(../../qmmp.pri)
+include(../../qmmp.pri)
HEADERS += \
buffer.h \
decoder.h \
@@ -76,7 +75,7 @@ SOURCES += recycler.cpp \
volume.cpp \
dithering.cpp \
visualbuffer.cpp
-FORMS +=
+
unix:TARGET = ../../lib/qmmp
win32:TARGET = ../../../bin/qmmp
CONFIG += shared \