summaryrefslogtreecommitdiffstats
path: root/tools/repocompare/repocompare.pro
Commit message (Collapse)AuthorAgeFilesLines
* introduce no_app_bundle.priTim Jenssen2013-05-271-1/+2
| | | | | | | - it tries to copy the needed qt_menu.nib dir Change-Id: I04fe564f62e16847a417e47c9a0719c043c1f027 Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
* Follow advice given by Joerg, DEPENDPATH is now deprecated.kh12012-11-201-1/+0
| | | | | Change-Id: I8e08618bcc88cc445c317c79d93cdf9f1f2ca5e8 Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
* Remove app bundle, as well as tool and statusbar.kh12012-03-291-0/+1
| | | | | | Change-Id: I70a67d7217580e6d292d210c9f832bbfe44f96b9 Reviewed-by: Niels Weber <niels.2.weber@nokia.com> Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* Reorganize the tree, have better ifw.pri. Shadow build support.kh12012-03-191-11/+9
| | | | | Change-Id: I01fb12537f863ed0744979973c7e4153889cc5cb Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* create headless modeMaurice Kalinowski2011-10-051-2/+4
| | | | | | | | | | | | some build scripts want to generate a update file without launching any user interface. Introduce some refactoring to be able to use the networking code from a non-gui application as well Change-Id: I187b7287095c89e140fbb68d9fdffe42c481ed52 Reviewed-on: http://codereview.qt-project.org/6013 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* add repocompareMaurice Kalinowski2011-04-081-0/+18
this is a little helper tool comparing to different repositories and checks for updates. It nominates components which can be updated and warns about potential errors.