aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2007-08-31 12:47:06 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2007-08-31 12:47:06 +0000
commit5e7db6724d396c384211dc49a28ee5c1df19d6fc (patch)
tree8ecae80d9d432554e34eb46b78e37ddc802a08f6 /src/CMakeLists.txt
parentdf0f8bf172b62e52e0504f9bfb3349d887bc3efe (diff)
downloadqmmp-5e7db6724d396c384211dc49a28ee5c1df19d6fc.tar.gz
qmmp-5e7db6724d396c384211dc49a28ee5c1df19d6fc.tar.bz2
qmmp-5e7db6724d396c384211dc49a28ee5c1df19d6fc.zip
added packed skin support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@132 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index a7e642610..47d73130d 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -75,6 +75,7 @@ SET(libsrc_SRCS
keyboardmanager.cpp
addurldialog.cpp
filedialog.cpp
+ skinreader.cpp
)
SET(libsrc_MOC_HDRS
@@ -126,6 +127,7 @@ SET(libsrc_MOC_HDRS
keyboardmanager.h
addurldialog.h
filedialog.h
+ skinreader.h
)
SET(libsrc_RCCS images/images.qrc stuff.qrc translations/qmmp_locales.qrc)