summaryrefslogtreecommitdiff
path: root/qtcreator.pro
Commit message (Collapse)AuthorAgeFilesLines
* Remove tests from the root project to clean up tree/targets in creator.Bill King2010-07-191-1/+0
|
* Fix unintended change.ck2010-07-071-7/+0
|
* Maemo: Correctly deploy subdirs projects.ck2010-07-071-0/+7
| | | | | Task-number: QTCREATORBUG-1614, QTCREATORBUG-1810 Reviewed-by: kh1
* Fix autotests so that they're compiling again.Bill King2010-07-061-0/+1
|
* Remove LD_LIBRARY_PATH script.dt2010-06-221-1/+0
| | | | | | | | Christian Kamm convinced me that it should not have any effect. Reviewed-By: ckamm Task-Nr: QTCREATORBUG-1646
* escape backslashes (or don't use them at all, resp.)Oswald Buddenhagen2010-05-261-1/+1
|
* Increased needed Qt version to 4.7Robert Loehning2010-03-021-2/+2
| | | | Reviewed-by: con
* Fixed printing of the current Qt version numberThorbjørn Lindeijer2009-11-161-1/+1
| | | | | The final dot was confusing qmake, apparently considered part of the variable name.
* Check for Qt 4.6 when building Qt Creatorcon2009-09-021-2/+2
|
* fix shadow build detectionOswald Buddenhagen2009-05-061-1/+2
|
* simplify version checkOswald Buddenhagen2009-05-061-3/+2
|
* revamp the build system regarding translationsOswald Buddenhagen2009-04-201-8/+0
|
* revamp build systemOswald Buddenhagen2009-04-201-1/+2
| | | | | | | | | now bin and share are not pegged to linking the executable any more, but are proper subdirs targets of their own. unforturnately, qmake is a bit tenacious, so we hack around a bit. :) more or less in passing by, i removed some superfluous trailing slashes and added path normalization as well.
* add ts and qm build targetsOswald Buddenhagen2009-02-271-0/+8
| | | | | this is based on patches from axasia, which are in turn an almost literal copy from qt.
* Fixes: - Resources (templates etc) on Maccon2009-01-271-1/+0
|
* Fixes: make install works on linuxDaniel Molkentin2009-01-211-2/+0
| | | | | | Details: Creator on Linux works now in two modes: 1) out of the build dir (shadow builds to be tested) 2) make INSTALL_ROOT=/prefix install
* Fixes: make install workdDaniel Molkentin2009-01-211-17/+3
| | | | | | | | Details: Make install works now, we just have to agree on layout details and check for mac compatibility. Also, plugins will carry no version in their filename anymore starting with this commit. Versioning happens in the creators pluginloader using the pluginspec file.
* More work toward make install on Linux.Daniel Molkentin2009-01-211-0/+16
|
* Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainlinedt2009-01-081-0/+2
|\
| * Fixes: - Mac build (docs) and toplevel "make docs" targetcon2009-01-071-0/+2
| | | | | | | | RevBy: - bjørn
* | Fixes: Move qt version check to qtcreator.prodt2008-12-181-0/+8
|/ | | | RevBy: con
* Initial importcon2008-12-021-0/+4