[Midnightbsd-cvs] mports [22405] trunk/misc/qt5-doc/files: add qt.conf

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Mar 21 07:53:02 EDT 2017


Revision: 22405
          http://svnweb.midnightbsd.org/mports/?rev=22405
Author:   laffer1
Date:     2017-03-21 07:53:02 -0400 (Tue, 21 Mar 2017)
Log Message:
-----------
add qt.conf

Added Paths:
-----------
    trunk/misc/qt5-doc/files/
    trunk/misc/qt5-doc/files/qt.conf.in

Added: trunk/misc/qt5-doc/files/qt.conf.in
===================================================================
--- trunk/misc/qt5-doc/files/qt.conf.in	                        (rev 0)
+++ trunk/misc/qt5-doc/files/qt.conf.in	2017-03-21 11:53:02 UTC (rev 22405)
@@ -0,0 +1,32 @@
+# This file is installed alongside the qmake symlink in
+# ${BUILD_WRKSRC}/qtbase/bin. The qmake binary reads it and overrides some of
+# qmake's built-in properties.
+#
+# qmake's variant properties are not officially documented, so here is
+# a quick explanation:
+# - $$[FOO] refers to the final locations where things are installed. It can be
+#   changed in the Paths section of this file.
+# - $$[FOO]/get refers to locations within a build directory, before the files
+#   are installed into their final location. It can be changed in the
+#   EffectivePaths section.
+# - $$[FOO]/src refers to the source locations of some items (e.g. during a
+#   build, some files are expected to be in the source directory, not the build
+#   directory). It can be configured via the EffectiveSourcePaths entry.
+#
+# In short, we are tricking qmake into behaving as if we had run `configure
+# -developer-build`: all the QT_* and QT_*/get properties point to
+# ${BUILD_WRKSRC}/qtbase and its subdirectories so that this is treated like a
+# developer build (where the installation prefix is the same as the build
+# directory).
+#
+# Additionally, we point QT_INSTALL_DOC/src to the location where the .qdocconf
+# files are installed by the devel/qt5-qdoc-data port.
+
+[EffectivePaths]
+Prefix=%%BUILD_WRKSRC%%/qtbase
+
+[EffectiveSourcePaths]
+Documentation=%%QT_DOCDIR%%
+
+[Paths]
+Prefix=%%BUILD_WRKSRC%%/qtbase


Property changes on: trunk/misc/qt5-doc/files/qt.conf.in
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list