summaryrefslogtreecommitdiff
path: root/x11/qt4-tools
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2006-02-25 09:25:00 +0000
committeradam <adam@pkgsrc.org>2006-02-25 09:25:00 +0000
commit2b076ca0c176625d5eb06a2781b966577b7fb057 (patch)
tree4086d2195321945a4b93ecb3e4556e87601e8632 /x11/qt4-tools
parentb292c2de779f3ec88be87cea0bd6d3e84e9beec7 (diff)
downloadpkgsrc-2b076ca0c176625d5eb06a2781b966577b7fb057.tar.gz
Fix includes installation
Diffstat (limited to 'x11/qt4-tools')
-rw-r--r--x11/qt4-tools/Makefile17
-rw-r--r--x11/qt4-tools/PLIST52
2 files changed, 62 insertions, 7 deletions
diff --git a/x11/qt4-tools/Makefile b/x11/qt4-tools/Makefile
index 180827b0686..cb0c85e391b 100644
--- a/x11/qt4-tools/Makefile
+++ b/x11/qt4-tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/02/20 12:09:01 adam Exp $
+# $NetBSD: Makefile,v 1.2 2006/02/25 09:25:00 adam Exp $
.include "../../x11/qt4-libs/Makefile.common"
@@ -7,9 +7,10 @@ COMMENT= QT GUI (WYSIWYG) builder and other tools
CONFIGURE_ARGS+= -I${QTDIR}/include -L${QTDIR}/lib
+BUILD_TARGET= sub-tools
+
BUILD_QT4= yes
UNLIMIT_RESOURCES= datasize
-BUILD_TARGET= sub-tools
post-configure:
${LN} -s ${QTPREFIX}/bin/moc ${WRKSRC}/bin/moc
@@ -24,10 +25,14 @@ do-install:
${LIBTOOL} --mode=install ${INSTALL_PROGRAM} ${WRKSRC}/bin/${prog} \
${QTPREFIX}/bin
.endfor
-.for inc in QtAssistant QtDesigner QtTest QtUiTools
- ${INSTALL_DATA_DIR} ${QTPREFIX}/include/${inc}
- ${INSTALL_DATA} ${WRKSRC}/include/${inc}/*.h ${QTPREFIX}/include/${inc}/
-.endfor
+ cd ${WRKSRC}/tools/assistant/lib && env ${MAKE_ENV} \
+ ${MAKE_PROGRAM} -f Makefile.Release install_assistant_headers
+ cd ${WRKSRC}/tools/designer/src/lib && env ${MAKE_ENV} \
+ ${MAKE_PROGRAM} -f Makefile.Release install_designer_headers
+ cd ${WRKSRC}/tools/designer/src/uitools && env ${MAKE_ENV} \
+ ${MAKE_PROGRAM} -f Makefile install_quitools_headers
+ cd ${WRKSRC}/tools/qtestlib/src && env ${MAKE_ENV} \
+ ${MAKE_PROGRAM} -f Makefile install_qtestlib_headers
${INSTALL_LIB} ${WRKSRC}/lib/libQtAssistantClient.a ${QTPREFIX}/lib/
.for lib in QtDesigner QtDesignerComponents QtTest
${LIBTOOL} --mode=install ${INSTALL_LIB} ${WRKSRC}/lib/lib${lib}.la \
diff --git a/x11/qt4-tools/PLIST b/x11/qt4-tools/PLIST
index 8c71aae0dbd..23ec89e6ef7 100644
--- a/x11/qt4-tools/PLIST
+++ b/x11/qt4-tools/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/02/20 12:09:01 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/02/25 09:25:00 adam Exp $
lib/pkgconfig/QtTest.pc
qt4/bin/assistant
qt4/bin/designer
@@ -9,7 +9,43 @@ qt4/bin/qm2ts
qt4/bin/qmake
qt4/bin/qt3to4
qt4/bin/qtconfig
+qt4/include/QtAssistant/QAssistantClient
+qt4/include/QtAssistant/QtAssistant
qt4/include/QtAssistant/qassistantclient.h
+qt4/include/QtDesigner/QAbstractExtensionFactory
+qt4/include/QtDesigner/QAbstractExtensionManager
+qt4/include/QtDesigner/QAbstractFormBuilder
+qt4/include/QtDesigner/QDesignerActionEditorInterface
+qt4/include/QtDesigner/QDesignerComponents
+qt4/include/QtDesigner/QDesignerContainerExtension
+qt4/include/QtDesigner/QDesignerCustomWidgetCollectionInterface
+qt4/include/QtDesigner/QDesignerCustomWidgetInterface
+qt4/include/QtDesigner/QDesignerDnDItemInterface
+qt4/include/QtDesigner/QDesignerExportWidget
+qt4/include/QtDesigner/QDesignerExtraInfoExtension
+qt4/include/QtDesigner/QDesignerFormEditorInterface
+qt4/include/QtDesigner/QDesignerFormEditorPluginInterface
+qt4/include/QtDesigner/QDesignerFormWindowCursorInterface
+qt4/include/QtDesigner/QDesignerFormWindowInterface
+qt4/include/QtDesigner/QDesignerFormWindowManagerInterface
+qt4/include/QtDesigner/QDesignerFormWindowToolInterface
+qt4/include/QtDesigner/QDesignerIconCacheInterface
+qt4/include/QtDesigner/QDesignerLayoutDecorationExtension
+qt4/include/QtDesigner/QDesignerMemberSheetExtension
+qt4/include/QtDesigner/QDesignerMetaDataBaseInterface
+qt4/include/QtDesigner/QDesignerMetaDataBaseItemInterface
+qt4/include/QtDesigner/QDesignerObjectInspectorInterface
+qt4/include/QtDesigner/QDesignerPropertyEditorInterface
+qt4/include/QtDesigner/QDesignerPropertySheetExtension
+qt4/include/QtDesigner/QDesignerTaskMenuExtension
+qt4/include/QtDesigner/QDesignerWidgetBoxInterface
+qt4/include/QtDesigner/QDesignerWidgetDataBaseInterface
+qt4/include/QtDesigner/QDesignerWidgetDataBaseItemInterface
+qt4/include/QtDesigner/QDesignerWidgetFactoryInterface
+qt4/include/QtDesigner/QExtensionFactory
+qt4/include/QtDesigner/QExtensionManager
+qt4/include/QtDesigner/QFormBuilder
+qt4/include/QtDesigner/QtDesigner
qt4/include/QtDesigner/abstractactioneditor.h
qt4/include/QtDesigner/abstractdnditem.h
qt4/include/QtDesigner/abstractformbuilder.h
@@ -45,6 +81,18 @@ qt4/include/QtDesigner/sdk_global.h
qt4/include/QtDesigner/taskmenu.h
qt4/include/QtDesigner/ui4.h
qt4/include/QtDesigner/uilib_global.h
+qt4/include/QtTest/QSignalSpy
+qt4/include/QtTest/QTestAccessibility
+qt4/include/QtTest/QTestAccessibilityEvent
+qt4/include/QtTest/QTestData
+qt4/include/QtTest/QTestDelayEvent
+qt4/include/QtTest/QTestEvent
+qt4/include/QtTest/QTestEventList
+qt4/include/QtTest/QTestEventLoop
+qt4/include/QtTest/QTestKeyClicksEvent
+qt4/include/QtTest/QTestKeyEvent
+qt4/include/QtTest/QTestMouseEvent
+qt4/include/QtTest/QtTest
qt4/include/QtTest/qsignalspy.h
qt4/include/QtTest/qtest.h
qt4/include/QtTest/qtest_global.h
@@ -58,6 +106,8 @@ qt4/include/QtTest/qtesteventloop.h
qt4/include/QtTest/qtestkeyboard.h
qt4/include/QtTest/qtestmouse.h
qt4/include/QtTest/qtestsystem.h
+qt4/include/QtUiTools/QUiLoader
+qt4/include/QtUiTools/QtUiTools
qt4/include/QtUiTools/quiloader.h
qt4/lib/libQtAssistantClient.a
qt4/lib/libQtDesigner.la