blob: 6d335e9ad4fa8b6758c0b8a85e9ed0477921aa61 [file] [log] [blame]
# This modules provides the header files, installed under "ActiveQt/".
# It also contains shared code that is used by axcontainer and axserver.
TARGET = QtAxBase
QMAKE_DOCS = $$PWD/doc/activeqt.qdocconf
MODULE_INCNAME = ActiveQt
CONFIG += static
QT += gui-private widgets
LIBS_PRIVATE += -lole32 -loleaut32 -luser32 -lgdi32 -ladvapi32
mingw: LIBS_PRIVATE += -luuid
HEADERS = \
shared/qaxtypefunctions.h \
shared/qaxutils_p.h
SOURCES = \
shared/qaxtypefunctions.cpp \
shared/qaxutils.cpp
MODULE = axbase
load(qt_module)
QMAKE_DOCS_TARGETDIR = # Make qt_docs.prf default to activeqt instead of qtaxbase