summaryrefslogtreecommitdiffstats
path: root/examples/activeqt/menus/menus.pro
diff options
context:
space:
mode:
authorFredrik Orderud <forderud@gmail.com>2015-09-06 10:16:28 +0200
committerFredrik Orderud <forderud@gmail.com>2015-09-07 07:50:59 +0000
commit8f069e5f90f1f243d2d889f50a34d096f004366c (patch)
tree38a36454b36987de0adf26bd97b69fee1b3ef21e /examples/activeqt/menus/menus.pro
parent5d1eb1b40f1dab34d28843d93a030b4a2d499eb8 (diff)
Add missing DEF files to relevant examples.
DEF files are required to enable symbol export when building ActiveX controls as in-process DLLs. This makes the menus, opengl and simple examples compatible with being built as DLLs by just changing the project template from "app" to "lib". Change-Id: I6702736505cd143aad9fa939620ce03a52cec6cb Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> Reviewed-by: Andy Shaw <andy.shaw@theqtcompany.com>
Diffstat (limited to 'examples/activeqt/menus/menus.pro')
-rw-r--r--examples/activeqt/menus/menus.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/activeqt/menus/menus.pro b/examples/activeqt/menus/menus.pro
index 0aa677e..f5a7890 100644
--- a/examples/activeqt/menus/menus.pro
+++ b/examples/activeqt/menus/menus.pro
@@ -9,6 +9,7 @@ QT += widgets axserver
SOURCES = main.cpp menus.cpp
HEADERS = menus.h
RC_FILE = menus.rc
+DEF_FILE = menus.def
# install
target.path = $$[QT_INSTALL_EXAMPLES]/activeqt/menus