aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/qmmpui.pro
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/qmmpui.pro
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/qmmpui.pro')
-rw-r--r--src/qmmpui/qmmpui.pro17
1 files changed, 16 insertions, 1 deletions
diff --git a/src/qmmpui/qmmpui.pro b/src/qmmpui/qmmpui.pro
index a71266e7f..adb97de3e 100644
--- a/src/qmmpui/qmmpui.pro
+++ b/src/qmmpui/qmmpui.pro
@@ -24,7 +24,7 @@ contains(CONFIG, SVN_VERSION){
VERSION = $$QMMP_VERSION
target.path = $$LIB_DIR
-INSTALLS += target
+
HEADERS += general.h \
generalfactory.h \
generalhandler.h \
@@ -59,3 +59,18 @@ TRANSLATIONS = translations/libqmmpui_ru.ts \
translations/libqmmpui_zh_TW.ts \
translations/libqmmpui_de.ts
+devel.files += general.h \
+ generalfactory.h \
+ generalhandler.h \
+ songinfo.h \
+ control.h \
+ playlistformat.h \
+ playlistparser.h \
+ commandlinemanager.h \
+ commandlineoption.h \
+ filedialog.h \
+ filedialogfactory.h
+
+devel.path = /include/qmmpui
+
+INSTALLS += target devel