source: trunk/src/plugins/inputmethods/imsw-multi/imsw-multi.pro@ 497

Last change on this file since 497 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 360 bytes
Line 
1TARGET = qimsw-multi
2include(../../qpluginbase.pri)
3CONFIG += warn_on
4
5QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/inputmethods
6
7HEADERS += qmultiinputcontext.h \
8 qmultiinputcontextplugin.h
9SOURCES += qmultiinputcontext.cpp \
10 qmultiinputcontextplugin.cpp
11
12target.path += $$[QT_INSTALL_PLUGINS]/inputmethods
13INSTALLS += target
Note: See TracBrowser for help on using the repository browser.