blob: 50a3bb41a923f1d33e6b919a07c0cac8ae816558 [file] [log] [blame]
TARGET = qwindows
QT += \
core-private gui-private \
eventdispatcher_support-private \
fontdatabase_support-private theme_support-private
qtConfig(accessibility): QT += accessibility_support-private
qtConfig(vulkan): QT += vulkan_support-private
LIBS += -ldwmapi
QMAKE_USE_PRIVATE += gdi32
include(windows.pri)
SOURCES += \
main.cpp \
qwindowsbackingstore.cpp \
qwindowsgdiintegration.cpp \
qwindowsgdinativeinterface.cpp
HEADERS += \
qwindowsbackingstore.h \
qwindowsgdiintegration.h \
qwindowsgdinativeinterface.h
OTHER_FILES += windows.json
PLUGIN_TYPE = platforms
PLUGIN_CLASS_NAME = QWindowsIntegrationPlugin
!equals(TARGET, $$QT_DEFAULT_QPA_PLUGIN): PLUGIN_EXTENDS = -
load(qt_plugin)