qt5base-lts/qmake
Thiago Macieira 4712b0e99f Add -archdatadir and change some of the default install dirs in Qt 5.
Architecture-depedent Qt data defaults now to something under
-archdatadir. Architecture-dependent data is everything that contains
machine code (e.g., plugins) as well as anything that hardcodes
build-specific data, like qconfig.pri and qmodule.pri. That is:

  QML imports:    $archdatadir/imports     (includes plugins)
  Qt plugins:     $archdatadir/plugins     (machine code)
  Mkspecs:        $archdatadir/mkspecs     (build-specific)

Architecture-independent Qt data defaults now to something under
-datadir. This option existed in Qt 4, but did not differentiate between
arch-dependent and independent. Following Autoconf's lead, --datadir is
the *independent* data root.

  translations:   $datadir/translations    (.qm files are arch-independent)
  docs:           $datadir/doc

By default, both new options are equal to the Qt install prefix.

(Strictly speaking, for complete Autoconf compatibility, we'd need a
--datarootdir=$prefix/share, --datadir=$datarootdir/qt5 and
--docdir=$datarootdir/doc/qt5, but that's just nitpicking and
unnecessary)

Change-Id: I39c886a6a2d2d2c0b11923c50974179e21f2af76
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
2012-11-11 07:41:50 +01:00
..
generators Make it possible to suppress the automatic version number in DLLs 2012-11-06 23:52:47 +01:00
library rewrite default spec handling 2012-11-01 20:17:57 +01:00
cachekeys.h Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
main.cpp Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
Makefile.unix port qmake to qt creator's qmake language evaluator 2012-09-11 00:13:01 +02:00
Makefile.win32 port qmake to qt creator's qmake language evaluator 2012-09-11 00:13:01 +02:00
Makefile.win32-g++ port qmake to qt creator's qmake language evaluator 2012-09-11 00:13:01 +02:00
meta.cpp Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
meta.h Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
option.cpp Tools: add QLibraryInfo to the bootstrapped library. 2012-10-08 17:14:24 +02:00
option.h Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
project.cpp Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
project.h Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
property.cpp Add -archdatadir and change some of the default install dirs in Qt 5. 2012-11-11 07:41:50 +01:00
property.h Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qmake_pch.h Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qmake.pri port qmake to qt creator's qmake language evaluator 2012-09-11 00:13:01 +02:00
qmake.pro port qmake to qt creator's qmake language evaluator 2012-09-11 00:13:01 +02:00