diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-07-10 17:44:48 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-07-10 17:44:48 +0000 |
| commit | 49df818803ecc1eb56daeabe8696d8732d0faa82 (patch) | |
| tree | 7fb7cf4f510a52168e6db7fab97bb5dea239f548 | |
| parent | d875270150b521ff84f9371248b0afaa88abe0e8 (diff) | |
| download | qmmp-49df818803ecc1eb56daeabe8696d8732d0faa82.tar.gz qmmp-49df818803ecc1eb56daeabe8696d8732d0faa82.tar.bz2 qmmp-49df818803ecc1eb56daeabe8696d8732d0faa82.zip | |
fixed installation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1017 90c681e8-e032-0410-971d-27865f9a5e38
| -rw-r--r-- | src/qmmp/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | src/qmmp/qmmp.pro | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/qmmp/CMakeLists.txt b/src/qmmp/CMakeLists.txt index 304044117..da83defc8 100644 --- a/src/qmmp/CMakeLists.txt +++ b/src/qmmp/CMakeLists.txt @@ -78,7 +78,6 @@ SET(libqmmp_MOC_HDRS SET(libqmmp_DEVEL_HDRS buffer.h - constants.h decoderfactory.h decoder.h effectfactory.h diff --git a/src/qmmp/qmmp.pro b/src/qmmp/qmmp.pro index e803844f0..787c77d2f 100644 --- a/src/qmmp/qmmp.pro +++ b/src/qmmp/qmmp.pro @@ -58,7 +58,6 @@ contains(CONFIG, SVN_VERSION) { unix { target.path = $$LIB_DIR devel.files += buffer.h \ - constants.h \ decoderfactory.h \ decoder.h \ effectfactory.h \ |
