summaryrefslogtreecommitdiffstats
path: root/src/qt_install.pri
Commit message (Collapse)AuthorAgeFilesLines
* Adding -qpa configure switchJørgen Lind2010-06-241-1/+1
| | | | also renaming the embedded_lite qmake switch to be qpa
* install fonts for lighthouseJørgen Lind2010-03-081-1/+1
|
* Remove special Phonon processing from syncqt.Thiago Macieira2010-01-061-1/+1
| | | | | | | | | | | Restore original Qt 4.4 behaviour. The capital P headers are not correct because of frameworks on Mac. More info, see thread: http://lists.kde.org/?l=kde-multimedia&m=126045273702498&w=2 Task-number: QTBUG-4685 Reviewed-by: Trust Me
* Install private headers when configuring Qt with -developer-build.Rohan McGovern2009-12-111-0/+6
| | | | | | | | | | | | | | Many Qt autotests require both private symbols and private headers. Private symbols are turned on using -developer-build. However, prior to this commit there was no way to install private headers into the Qt install directory. This is particularly relevant for packaging systems which use `make install' to determine what should be packaged. For example, Qt for Maemo debian packages are effectively unusable for Qt autotests without this commit. Reviewed-by: Michael Goddard
* Attempt to fix header installation for Phonon.Thiago Macieira2009-06-231-4/+12
| | | | | | | | | | | | | | | | | This is the long-standing issue of whether Phonon headers should be written with a capital P or a lowercase one. KDE releases of Phonon had <Phonon/CapitalClassName> whereas Qt 4.4 had <phonon/filename.h>. I tried to solve this before by adding a Phonon subdir next to phonon in include/, but that only compounded the error: the presence of two dirs caused problems and the installation wasn't fixed. So instead try to place Phonon/ClassName inside include/phonon. And fix the installation to do it properly: just copy the include/$lib dir into the target, then overwrite the .h files with the sources from src/$lib. Reviewed-by: Marius Storm-Olsen
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+32