Revision: | 1.2 |
Committed: | Tue Jan 27 13:21:14 2009 UTC (16 years, 3 months ago) by eulisse |
Branch: | MAIN |
CVS Tags: | HEAD |
Changes since 1.1: | +0 -0 lines |
State: | FILE REMOVED |
Error occurred while calculating annotation data. | |
Log Message: | Upgrades qt to qt4. * Qt moved from qt3 to qt4. All the cruft needed to pick the correct version of the sources is now gone, since Nokia (new owners of Trolltech) provides unified, GPL licensed, tarball for all the platforms.. * Old patches for qt3 removed. * Coin upgraded to 3.0.0 * SoQt upgrated to 1.4.1, which includes qt4 compatibility. * TGS Inventor hacks removed. * Qt scram toolbox now provides 3 different tools, qt (same as before), qtbase (only QtCore and QtXML) qtinteractive (QtGui and QtOpenGL) |
# | Content |
---|---|
1 | --- src/qt_install.pri.orig Mon Sep 13 09:25:13 2004 |
2 | +++ src/qt_install.pri Mon Sep 13 09:24:40 2004 |
3 | @@ -24,7 +24,7 @@ |
4 | QtDocs = /Developer/Documentation/Qt |
5 | framework.path = $$QtFramework/Headers/private $$QtDocs |
6 | framework.extra = -cp -rf $$htmldocs.files $(INSTALL_ROOT)/$$QtDocs; |
7 | - framework.extra += cp -rf $$target.path/$(TARGET) $(INSTALL_ROOT)/$$QtFramework/Qt; |
8 | + framework.extra += cp -rf $(INSTALL_ROOT)$$target.path/$(TARGET) $(INSTALL_ROOT)/$$QtFramework/Qt; |
9 | framework.extra += cp -rf $$headers.files $(INSTALL_ROOT)/$$QtFramework/Headers; |
10 | framework.extra += cp -rf $$headers_p.files $(INSTALL_ROOT)/$$QtFramework/Headers/private |
11 | INSTALLS += framework |