summaryrefslogtreecommitdiffstats
path: root/examples/dbus/chat/chat.pro
Commit message (Collapse)AuthorAgeFilesLines
* Fix building the dbus examples in CI with qmake and MSVCJoerg Bornemann2022-05-191-0/+2
| | | | | | | | | | | The usage of nmake inference rules leads to the wrong .cpp file being picked up by nmake/jom. See details in the linked issue. This partly cherry-picks fb656c036db0549180073e133773862d08f6cd24. Task-number: QTBUG-96513 Change-Id: I97494cf6f46bafe29b18c74af490218e66eb0cef Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Remove warnings about examples not running in the Qt SimulatorTor Arne Vestbø2013-10-091-2/+0
| | | | | | | The Qt Simulator is no longer supported with Qt 5. Change-Id: I0f98351d482dd0554ea0754746d56f94ee6bf22f Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
* centralize and fixup example sources install targetsOswald Buddenhagen2012-11-291-3/+1
| | | | | | | | | | | | | it's confusing for the users if the examples' project files contain code to install their own sources. also, this constitutes an enormous code duplication, and lots of mistakes. consequently, automate it. more or less as a side effect, this also removes the entirely meaningless target installs in subdirs projects. Task-number: QTBUG-28184 Change-Id: I9fc1367a06db9e2c46aeb67d68729a4f67163ef9 Reviewed-by: hjk <qthjk@ovi.com>
* dbus-chat => chatOswald Buddenhagen2012-11-281-0/+16
to make the source and install locations consistent Change-Id: Ifde8748eeab843b06bf79f941fa4789b5b68cca9 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>