diff options
author | Morten Johan Sørvig <morten.sorvig@digia.com> | 2013-09-02 12:41:50 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-09-23 07:18:24 +0200 |
commit | f370f77e48a06464af12d74d2ccb093c130726ed (patch) | |
tree | eb8a867ce53013922fdfe00c85b1a7c48c449afa /examples/widgets/widgets.pro | |
parent | 05cd06cff378cecec071a2aa6f7cb4ee97a9ea6f (diff) | |
download | qtbase-f370f77e48a06464af12d74d2ccb093c130726ed.tar.gz |
Port QMacNativeWidget to Qt 5
Also adds examples/widgets/mac subdir for Mac specific examples,
starting with one for this feature.
Change-Id: I4cc7d84ce3d7562259d6206faa5d6996c2392a3e
Reviewed-by: Liang Qi <liang.qi@digia.com>
Diffstat (limited to 'examples/widgets/widgets.pro')
-rw-r--r-- | examples/widgets/widgets.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/widgets/widgets.pro b/examples/widgets/widgets.pro index 693beb56f7..9c82ad0bb7 100644 --- a/examples/widgets/widgets.pro +++ b/examples/widgets/widgets.pro @@ -28,3 +28,4 @@ contains(QT_CONFIG, opengl(es1|es2)?) { !contains(QT_CONFIG, opengl(es1|es2)?): SUBDIRS -= windowcontainer contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows contains(DEFINES, QT_NO_DRAGANDDROP): SUBDIRS -= draganddrop +mac:SUBDIRS += mac |