aboutsummaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
Commit message (Collapse)AuthorAgeFilesLines
* Enable make docs target on non macOSv5.9.0-beta4Simo Fält2017-04-241-1/+1
| | | | | | | | | All docs for binary installers are created with Linux so we need to enable doc build on other platforms than macOS. Task-number: QTBUG-59113 Change-Id: I81ddc3817cebff1d86121cadc40c3100c115177e Reviewed-by: Jake Petroules <jake.petroules@qt.io>
* Fix platform conditions across entire modulev5.9.0-alpha1Jake Petroules2017-02-091-1/+1
| | | | | Change-Id: Id63420244eecd5935b7fa7c82b6ad9e0e48ad0f1 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@qt.io>
* Doc: Create documentation structure for Qt Mac Extrasv5.2.0-alpha1Topi Reinio2013-09-261-4/+1
| | | | | | | | | | | | | | | | | | | Create documentation structure for the module - Module qdocconf - Documentation pages for module index, namespace/classes, examples (not much content yet) Other doc-related changes - Enable running 'make docs' on all platforms - Move examples under examples/macextras for a clean installing to QT_INSTALL_EXAMPLES - Ensure documented classes use correct \inmodule and \since commands - Add \namespace QtMac - Other minor fixes Change-Id: I1376d68fcd7ab324a5d3355f1d15914092900e5b Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com>
* Remove QtWidgets dependencies from QtMacExtras.Morten Johan Sørvig2013-09-261-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | This makes it possible to use QtMacExtras from other modules without adding a QtWidgets dependency. It also makes it possible to use QtMacExtras from QtWidgets. Widget-related classes and functions will be added to QtWidgets. Specifics: Make QMacNativeToolBar private, for use by QMainWindow:: setUnifiedTitleAndToolBarOnMac(). Remove the QAction based APIs. Remove the example. We can make QMacNativeToolBar public again when the API is ready and documented. Remove misc functions: toNSMenu, setDockMenu, isMainWindow. Make toCfSTring/Url private pending inclusion into QtCore. Change-Id: Ic55e78d8ef923149c23884f6589732f7dfb94153 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
* QtMacExtras: Disabling examples from other than mac buildsSimo Fält2013-04-111-2/+3
| | | | | | | | | Disabled examples from being built on platforms where it doesn't make sense. Change-Id: Ifff2e404233d26983b72f2f47a141b9f26f8e232 Reviewed-by: Jake Petroules <jake.petroules@petroules.com> Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com>
* Rename example files qtmac -> qmac.Morten Johan Sørvig2013-04-111-2/+2
| | | | | | | Change-Id: I5458ea3a65e4a3d6f404c6fde94db492374dbe76 Reviewed-by: Jake Petroules <jake.petroules@petroules.com> Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com> Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com>
* Add QtMacCocoaViewContainer.Morten Johan Sørvig2013-04-081-1/+1
| | | | | | | | | | | | | QtMacCocoaViewContainer supports embedding a native NSView in a QWidget hierarchy. The embedding itself is implemented in the Cocoa platform plugin in the QPlatformWindow layer, and is accessed via the "setcontentview" platform function. Change-Id: I43a189952ce31da4e39da6442a4a19ad15e497a3 Reviewed-by: Jake Petroules <jake.petroules@petroules.com> Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
* Add examples.proMorten Johan Sørvig2013-01-311-0/+7
+ misc cleanups. Change-Id: If0cae675156199db6f04dcdabe91abd9dac541ad Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com>