Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
None
-
Qt Creator 2.0.1
-
None
-
Mandriva Linux 2010.1 x86_64
-
745cb4b7ecac7efaab2096de700664b67752ff63,110f102fec189b059fd2096ad8f24b3a5add012d
Description
When I install Qt Creator from sources, by default it tries to write its files to /lib , /bin, /share directories, which is incorrect. Usual behaviour expected from Unix program is to choose /usr/local by default, i.e. install files to /usr/local/bin/ /usr/local/share, /usr/local/lib. Invocation of
make install INSTALL_ROOT=/usr/local
fixes the problem, but this solution is not obvious and not documented anywhere
Attachments
Issue Links
- relates to
-
QTBUG-12341 support installation prefix out of the box
-
- Closed
-