From 27a802f1988cf228936596e42f968b5ce8b0f2ad Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Mon, 26 Nov 2012 16:56:52 +0100 Subject: fix activeqt module structure The formerly monolithic ActiveQt module has been split into three modules: axserver A static library for creating a server project. axcontainer A static libary for creating a container project. axbase A static library with shared code for the latter two libraries. This module also is responsible for the installation of header files in the include/ActiveQt directory. "CONFIG += qaxserver" has been deprecated. Use "QT += axserver" instead. "CONFIG += qaxcontainer" has been deprecated. Use "QT += axcontainer" instead. Code from qaxtypes.cpp that does not depend on the QAX_SERVER define has been moved to qaxtypefunctions.cpp and resides in the axbase module. Task-number: QTBUG-27776 Change-Id: Ib39fc897ccfce16849be0e3c084817d2cd0fc926 Reviewed-by: Miikka Heikkinen --- examples/activeqt/qutlook/qutlook.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples/activeqt/qutlook') diff --git a/examples/activeqt/qutlook/qutlook.pro b/examples/activeqt/qutlook/qutlook.pro index 4e0e027..484107d 100644 --- a/examples/activeqt/qutlook/qutlook.pro +++ b/examples/activeqt/qutlook/qutlook.pro @@ -1,8 +1,7 @@ #! [0] #! [1] TEMPLATE = app TARGET = qutlook -CONFIG += qaxcontainer -QT += widgets +QT += widgets axcontainer TYPELIBS = $$system(dumpcpp -getfile {00062FFF-0000-0000-C000-000000000046}) #! [0] -- cgit v1.2.3