|
Last change
on this file since 1053 was 2, checked in by Dmitry A. Kuminov, 17 years ago |
|
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
|
File size:
360 bytes
|
| Line | |
|---|
| 1 | TARGET = qimsw-multi
|
|---|
| 2 | include(../../qpluginbase.pri)
|
|---|
| 3 | CONFIG += warn_on
|
|---|
| 4 |
|
|---|
| 5 | QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/inputmethods
|
|---|
| 6 |
|
|---|
| 7 | HEADERS += qmultiinputcontext.h \
|
|---|
| 8 | qmultiinputcontextplugin.h
|
|---|
| 9 | SOURCES += qmultiinputcontext.cpp \
|
|---|
| 10 | qmultiinputcontextplugin.cpp
|
|---|
| 11 |
|
|---|
| 12 | target.path += $$[QT_INSTALL_PLUGINS]/inputmethods
|
|---|
| 13 | INSTALLS += target
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.