summaryrefslogtreecommitdiffstats
path: root/examples/widgets/mac/qmacnativewidget/qmacnativewidget.pro
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-06-26 14:01:45 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-06-26 15:10:26 +0200
commitcc857a3c716729610ef61fa075f8d360684dae09 (patch)
tree88b0fb69fa12405f92d4f04345c46a6473e2954d /examples/widgets/mac/qmacnativewidget/qmacnativewidget.pro
parentb043871d2b1ee9c57d75fe8a3f8cb22e35a4fe4d (diff)
macOS: Remove examples for deprecated QMac(NativeWidget|CocoaViewContainer)
Change-Id: I60d694f868623ed9761baf0cf532a87ab3412208 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Diffstat (limited to 'examples/widgets/mac/qmacnativewidget/qmacnativewidget.pro')
-rw-r--r--examples/widgets/mac/qmacnativewidget/qmacnativewidget.pro11
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/widgets/mac/qmacnativewidget/qmacnativewidget.pro b/examples/widgets/mac/qmacnativewidget/qmacnativewidget.pro
deleted file mode 100644
index 5a19d41dc8..0000000000
--- a/examples/widgets/mac/qmacnativewidget/qmacnativewidget.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-TEMPLATE = app
-
-OBJECTIVE_SOURCES += main.mm
-LIBS += -framework AppKit
-
-QT += widgets
-#QT += widgets-private gui-private core-private
-
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/widgets/mac/qmacnativewidget
-INSTALLS += target