|
|
|
@ -168,11 +168,6 @@ libqt-thread-stamp: post-patches
|
|
|
|
|
|
|
|
|
|
echo yes | ./configure $(CONFIGURE_OPTS)
|
|
|
|
|
|
|
|
|
|
rm -rf include/ntqinputcontext.h include/ntqinputcontextfactory.h include/ntqinputcontextplugin.h
|
|
|
|
|
ln -s ../src/kernel/ntqinputcontext.h include/ntqinputcontext.h
|
|
|
|
|
ln -s ../src/inputmethod/ntqinputcontextfactory.h include/ntqinputcontextfactory.h
|
|
|
|
|
ln -s ../src/inputmethod/ntqinputcontextplugin.h include/ntqinputcontextplugin.h
|
|
|
|
|
|
|
|
|
|
# proceed
|
|
|
|
|
$(MAKE) sub-src sub-plugins sub-tools
|
|
|
|
|
$(MAKE) -C src INSTALL_ROOT=$(TMP_INSTALL) install_target
|
|
|
|
@ -192,14 +187,6 @@ libqt-thread-stamp: post-patches
|
|
|
|
|
install -d $(P_QTMTDEV)/usr/share/tqt3/
|
|
|
|
|
cat .qmake.cache | sed "s#$(QTDIR)#/usr/share/tqt3#g" > $(P_QTMTDEV)/usr/share/tqt3/.qmake.cache
|
|
|
|
|
|
|
|
|
|
# install ntqconfig.h for the mt
|
|
|
|
|
install -m 644 -D include/ntqconfig.h $(P_QTMTDEV)/usr/include/tqt3/ntqconfig.h
|
|
|
|
|
install -m 644 -D include/ntqmodules.h $(P_QTMTDEV)/usr/include/tqt3/ntqmodules.h
|
|
|
|
|
|
|
|
|
|
install -m 644 -D include/ntqinputcontext.h $(P_HEADERS)/usr/include/tqt3/ntqinputcontext.h
|
|
|
|
|
install -m 644 -D include/ntqinputcontextfactory.h $(P_HEADERS)/usr/include/tqt3/ntqinputcontextfactory.h
|
|
|
|
|
install -m 644 -D include/ntqinputcontextplugin.h $(P_HEADERS)/usr/include/tqt3/ntqinputcontextplugin.h
|
|
|
|
|
|
|
|
|
|
touch libqt-thread-stamp
|
|
|
|
|
|
|
|
|
|
clean::
|
|
|
|
@ -223,14 +210,13 @@ clean::
|
|
|
|
|
|
|
|
|
|
-rm -rf .qmake.cache src/.qmake.internal.cache tools/designer/designer/.qmake.internal.cache qmake/GNUmakefile \
|
|
|
|
|
config.status bin/tqmoc bin/tqmake src/tqmoc/*.o mkspecs/default lib/lib* `pwd`/debian/doc $(TMP_INSTALL) \
|
|
|
|
|
src/tools/qconfig.cpp include/ntqconfig.h include/ntqmodules.h plugins/accessibleqtwidgets.prl \
|
|
|
|
|
src/tools/qconfig.cpp plugins/accessibleqtwidgets.prl \
|
|
|
|
|
config.tests/unix/ipv6/ipv6test config.tests/unix/ipv6/ipv6test.o config.tests/unix/ptrsize/ptrsizetest.o \
|
|
|
|
|
config.tests/unix/ptrsize/ptrsizetest config.tests/unix/endian/endiantest.o \
|
|
|
|
|
config.tests/unix/endian/endiantest lib/tqt-mt.pc extensions/nsplugin/examples/trivial/libtrivial.prl \
|
|
|
|
|
extensions/nsplugin/examples/grapher/libgrapher.prl bin/designer
|
|
|
|
|
|
|
|
|
|
rm -f qmake/*o
|
|
|
|
|
rm -rf include/ntqinputcontext.h include/ntqinputcontextfactory.h include/ntqinputcontextplugin.h
|
|
|
|
|
rm -f src/.obj/debug-shared-mt/*o plugins/src/inputmethods/imsw-multi/.obj/debug-shared-mt/*o plugins/inputmethods/*so
|
|
|
|
|
rm -f plugins/src/inputmethods/imsw-none/.obj/debug-shared-mt/*o plugins/src/inputmethods/simple/.obj/debug-shared-mt/*o plugins/src/inputmethods/xim/.obj/debug-shared-mt/*o
|
|
|
|
|
|
|
|
|
|