From b4a41e6a24f4ff1af5d91361b498d73ff7533e82 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 6 May 2017 11:31:08 +0000 Subject: qmmp.pro cleanup git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7151 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmp/qmmp.pro | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src') 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 \ -- cgit v1.2.3-13-gbd6f