[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28719] [PATCH 5/6] gnu: qscintilla: Adjust installation directory l
From: |
Hartmut Goebel |
Subject: |
[bug#28719] [PATCH 5/6] gnu: qscintilla: Adjust installation directory layout. |
Date: |
Tue, 10 Oct 2017 17:39:03 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 |
Am 10.10.2017 um 13:05 schrieb 宋文武:
> Idelly, With the previous "Fix install paths" patch, this substitute for
> qscintilla.pro could be removed. Can you check it? Thanks!
Found time to test it earlier :-)
I tested it and this substitute is still needed. The reason AFAICT is
that QScintilla - is referring to variables defined in qmake, while the
other packages are using some definition-file in qtbase. The variables
are set as follows:
$ /gnu/store/…-qtbase-5.9.1/bin/qmake -query
QT_SYSROOT:
QT_INSTALL_PREFIX:/gnu/store/…-qtbase-5.9.1
QT_INSTALL_ARCHDATA:/gnu/store/…-qtbase-5.9.1/lib/qt5
…
I tried
qmake -set QT_INSTALL_PREFIX /gnu/store/…-qtbase-5.9.1
without success. This
- only set QT_INSTALL_PREFIX but not the other variables.
- stores this setting tin the users home and thus effects all projects
(not much of a problem in guix build, though).
--
Regards
Hartmut Goebel
| Hartmut Goebel | address@hidden |
| www.crazy-compilers.com | compilers which you thought are impossible |
- [bug#28719] [PATCH 0/6] Qt: Use a more standard directory layout., Hartmut Goebel, 2017/10/06
- [bug#28719] [PATCH 1/6] gnu: qtbase: Use a more standard directory layout., Hartmut Goebel, 2017/10/06
- [bug#28719] [PATCH 2/6] gnu: qt: Fix install paths in submodules., Hartmut Goebel, 2017/10/06
- [bug#28719] [PATCH 5/6] gnu: qscintilla: Adjust installation directory layout., Hartmut Goebel, 2017/10/06
- [bug#28719] [PATCH 5/6] gnu: qscintilla: Adjust installation directory layout., 宋文武, 2017/10/10
- [bug#28719] [PATCH 5/6] gnu: qscintilla: Adjust installation directory layout., Hartmut Goebel, 2017/10/10
- [bug#28719] [PATCH 5/6] gnu: qscintilla: Adjust installation directory layout.,
Hartmut Goebel <=
- [bug#28719] [PATCH 5/6] gnu: qscintilla: Adjust installation directory layout., 宋文武, 2017/10/12
- bug#28719: [PATCH 5/6] gnu: qscintilla: Adjust installation directory layout., Hartmut Goebel, 2017/10/13
- [bug#28719] [PATCH 5/6] gnu: qscintilla: Adjust installation directory layout., 宋文武, 2017/10/14
[bug#28719] [PATCH 3/6] gnu: qwt: Adjust installation directory layout., Hartmut Goebel, 2017/10/06
[bug#28719] [PATCH 4/6] gnu: qtwebkit: Fix rpath for the qmlwebkit plugins., Hartmut Goebel, 2017/10/06
[bug#28719] [PATCH 6/6] gnu: kde-framworks: Fix installation directories., Hartmut Goebel, 2017/10/06