aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/CMakeLists.txt
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-07-21 19:47:36 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-07-21 19:47:36 +0000
commitfbca71ada4679872548207e5f679df34b04f5be6 (patch)
tree7c19a686fca11b24b22fe8093c44803e45d45ee1 /src/qmmpui/CMakeLists.txt
parent29b2cc73ae2745fb16f75273d21cf0652b507547 (diff)
downloadqmmp-fbca71ada4679872548207e5f679df34b04f5be6.tar.gz
qmmp-fbca71ada4679872548207e5f679df34b04f5be6.tar.bz2
qmmp-fbca71ada4679872548207e5f679df34b04f5be6.zip
devel files installation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@463 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/CMakeLists.txt')
-rw-r--r--src/qmmpui/CMakeLists.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/qmmpui/CMakeLists.txt b/src/qmmpui/CMakeLists.txt
index 174c4037c..43dde6ef9 100644
--- a/src/qmmpui/CMakeLists.txt
+++ b/src/qmmpui/CMakeLists.txt
@@ -48,6 +48,20 @@ SET(libqmmpui_MOC_HDRS
qtfiledialog.h
)
+SET(libqmmpui_DEVEL_HDRS
+ generalfactory.h
+ general.h
+ generalhandler.h
+ songinfo.h
+ control.h
+ playlistparser.h
+ playlistformat.h
+ commandlinemanager.h
+ commandlineoption.h
+ filedialog.h
+ filedialogfactory.h
+)
+
QT4_ADD_RESOURCES(libqmmpui_RCC_SRCS translations/libqmmpui_locales.qrc)
@@ -59,3 +73,4 @@ ADD_LIBRARY(qmmpui SHARED ${libqmmpui_SRCS} ${libqmmpui_MOC_SRCS} ${libqmmpui_RC
target_link_libraries(qmmpui ${QT_LIBRARIES})
SET_TARGET_PROPERTIES(qmmpui PROPERTIES VERSION ${QMMP_VERSION} SOVERSION ${QMMP_SOVERSION})
install(TARGETS qmmpui LIBRARY DESTINATION ${LIB_DIR})
+install(FILES ${libqmmpui_DEVEL_HDRS} DESTINATION include/qmmpui)