diff options
author | Timothy Pearson <[email protected]> | 2011-07-23 17:13:36 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-07-23 17:13:36 -0500 |
commit | d3f7a9d6f1b8f6e24fb49aaa8caeaa7623ae48b5 (patch) | |
tree | baeeba639393f46abab749f4700a250091c3cc16 /tqtinterface/qt4/plugins/src/inputmethods/simple/simple.pro | |
parent | d7be1694839bacae31e500ea9e36b3c13257ce28 (diff) | |
download | experimental-d3f7a9d6f1b8f6e24fb49aaa8caeaa7623ae48b5.tar.gz experimental-d3f7a9d6f1b8f6e24fb49aaa8caeaa7623ae48b5.zip |
Apply all Qt3.3.8d patches
NOTE: This will *likely* break compilation of TQt4
Please wait a few days for fixes to be committed as needed!
Diffstat (limited to 'tqtinterface/qt4/plugins/src/inputmethods/simple/simple.pro')
-rw-r--r-- | tqtinterface/qt4/plugins/src/inputmethods/simple/simple.pro | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tqtinterface/qt4/plugins/src/inputmethods/simple/simple.pro b/tqtinterface/qt4/plugins/src/inputmethods/simple/simple.pro new file mode 100644 index 0000000..f60489e --- /dev/null +++ b/tqtinterface/qt4/plugins/src/inputmethods/simple/simple.pro @@ -0,0 +1,15 @@ +TEMPLATE = lib +TARGET = qsimple +DESTDIR = ../../../inputmethods + +INCLUDEPATH += . +CONFIG += qt warn_on debug plugin +target.path += $$plugins.path/inputmethods +INSTALLS += target + +# Input +HEADERS += qsimpleinputcontext.h \ + qsimpleinputcontextplugin.h +SOURCES += qsimpleinputcontext.cpp \ + qsimpleinputcontextplugin.cpp \ + composetable.cpp |