source: trunk/plugins/src/accessible/widgets/widgets.pro

Last change on this file was 204, checked in by rudi, 14 years ago

Added plugin source code

File size: 288 bytes
Line 
1TEMPLATE = lib
2TARGET += qtwidgets
3
4CONFIG += qt dll plugin
5DESTDIR = ../../../accessible
6VERSION = 1.0.0
7
8REQUIRES += accessibility
9
10SOURCES += main.cpp \
11 qaccessiblewidget.cpp \
12 qaccessiblemenu.cpp
13
14HEADERS += qaccessiblewidget.h \
15 qaccessiblemenu.h
Note: See TracBrowser for help on using the repository browser.