summaryrefslogtreecommitdiffstats
path: root/examples
ModeNameSize
-rw-r--r--README1420logstatsplain
d---------activeqt414logstatsplain
d---------animation290logstatsplain
d---------assistant118logstatsplain
d---------dbus231logstatsplain
d---------designer388logstatsplain
d---------desktop144logstatsplain
d---------dialogs416logstatsplain
d---------draganddrop308logstatsplain
d---------effects188logstatsplain
-rw-r--r--examples.pro1945logstatsplain
d---------gestures78logstatsplain
d---------graphicsview479logstatsplain
d---------help200logstatsplain
d---------ipc198logstatsplain
d---------itemviews760logstatsplain
d---------layouts229logstatsplain
d---------linguist180logstatsplain
d---------mainwindows283logstatsplain
d---------multimedia108logstatsplain
d---------multitouch180logstatsplain
d---------network666logstatsplain
d---------opengl526logstatsplain
d---------openvg103logstatsplain
d---------painting394logstatsplain
d---------phonon149logstatsplain
d---------qmake72logstatsplain
d---------qtconcurrent262logstatsplain
d---------qtestlib254logstatsplain
d---------qws294logstatsplain
d---------richtext226logstatsplain
d---------script400logstatsplain
d---------sql385logstatsplain
d---------statemachine302logstatsplain
-rw-r--r--symbianpkgrules.pri293logstatsplain
d---------threads231logstatsplain
d---------tools692logstatsplain
d---------tutorials188logstatsplain
d---------uitools122logstatsplain
d---------video119logstatsplain
d---------webkit229logstatsplain
d---------widgets934logstatsplain
d---------xml301logstatsplain
d---------xmlpatterns325logstatsplain
lass='column1'>| | | | | | | | | | | | | | In the "Unix Makefiles" generator, the subdirectory targets "all", "clean" and "preinstall" in Makefile2 are recursive. In the build root directory, these targets aren't. Instead they're are added separately and additional dependencies are added on a per target basis. This is inconsistent and it complicates per directory commands, like a per directory clean command. This patch makes the "all", "clean" and "preinstall" targets in Makefile2 in the build root directory recursive, using the same algorithm that is already used for subdirectories. Some side effects are: - Makefile2 gets smaller and simpler - The main "all", "clean" and "preinstall" targets have recursive dependencies, instead of flat (depth of 1) ones. | * | | | | | | | | | | | | | | | | | | Makefiles: Avoid pointer repurposingSebastian Holtermann2019-05-171-4/+4 | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | Makefiles: Inline range loop range argumentsSebastian Holtermann2019-05-172-36/+17 | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | Merge topic 'ninja-swift'Brad King2019-05-2027-156/+477 |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a9180ccf9a Tests: add a check for the Swift compiler d745551fb6 Help: add some initial documentation for Swift support 9a182c9e5b Auxiliary: update vim syntax highlighting e9b0063e8e Modules: add build rules for Swift Ninja support b6412e3e38 Ninja: add placeholders to support Swift build 7d7f31161d Ninja: add support for Swift's output-file-map.json d688c4c19d Swift: remove unnecessary unreleased Ninja infrastructure 0723582208 Swift: Detect compiler version ... Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3297 | * | | | | | | | | | | | | | | | | | | | Tests: add a check for the Swift compilerSaleem Abdulrasool2019-05-17