You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tqt3/plugins/src/accessible/widgets/widgets.pro

16 lines
273 B

TEMPLATE = lib
TARGET += qtwidgets
CONFIG += qt dll plugin
DESTDIR = ../../../accessible
VERSION = 1.0.0
REQUIRES += accessibility
SOURCES += main.cpp \
qaccessiblewidget.cpp \
qaccessiblemenu.cpp
HEADERS += qaccessiblewidget.h \
qaccessiblemenu.h