diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-05-06 11:31:08 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-05-06 11:31:08 +0000 |
| commit | b4a41e6a24f4ff1af5d91361b498d73ff7533e82 (patch) | |
| tree | 24487a70f15ac4ad4960b910eaaa430f8702ad3a | |
| parent | a236d38020b49c1a329f699fefecf02e359b47e8 (diff) | |
| download | qmmp-b4a41e6a24f4ff1af5d91361b498d73ff7533e82.tar.gz qmmp-b4a41e6a24f4ff1af5d91361b498d73ff7533e82.tar.bz2 qmmp-b4a41e6a24f4ff1af5d91361b498d73ff7533e82.zip | |
qmmp.pro cleanup
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7151 90c681e8-e032-0410-971d-27865f9a5e38
| -rw-r--r-- | src/qmmp/qmmp.pro | 5 |
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 \ |
