Revision: 6883
Author: nogu.dev
Date: Sun Jan  2 23:05:09 2011
Log: * qt4/candwin/uim-candwin-qt4.pro.in
* qt4/pref/uim-pref-qt4.pro.in
* qt4/switcher/uim-im-switcher-qt4.pro.in
* qt4/toolbar/uim-toolbar-qt4.pro.in
  - Add comment for INCLUDEPATH.
http://code.google.com/p/uim/source/detail?r=6883

Modified:
 /trunk/qt4/candwin/uim-candwin-qt4.pro.in
 /trunk/qt4/pref/uim-pref-qt4.pro.in
 /trunk/qt4/switcher/uim-im-switcher-qt4.pro.in
 /trunk/qt4/toolbar/uim-toolbar-qt4.pro.in

=======================================
--- /trunk/qt4/candwin/uim-candwin-qt4.pro.in   Sun Jan  2 23:04:42 2011
+++ /trunk/qt4/candwin/uim-candwin-qt4.pro.in   Sun Jan  2 23:05:09 2011
@@ -1,6 +1,8 @@
 include(../common.pro)

 TEMPLATE = app
+
+# to include qtgettext.h
 INCLUDEPATH += @srcdir@/..

 LIBS += @LIBINTL@
=======================================
--- /trunk/qt4/pref/uim-pref-qt4.pro.in Sun Jan  2 23:04:42 2011
+++ /trunk/qt4/pref/uim-pref-qt4.pro.in Sun Jan  2 23:05:09 2011
@@ -2,6 +2,7 @@

 TEMPLATE = app

+# to include qtgettext.h
 INCLUDEPATH += @srcdir@/..
 LIBS += -luim-custom -luim-counted-init @LIBINTL@

=======================================
--- /trunk/qt4/switcher/uim-im-switcher-qt4.pro.in      Sun Jan  2 23:04:42 2011
+++ /trunk/qt4/switcher/uim-im-switcher-qt4.pro.in      Sun Jan  2 23:05:09 2011
@@ -2,6 +2,7 @@

 TEMPLATE = app

+# to include qtgettext.h
 INCLUDEPATH += @srcdir@/..
 LIBS += -lreplace -luim -luim-scm -luim-custom @LIBINTL@

=======================================
--- /trunk/qt4/toolbar/uim-toolbar-qt4.pro.in   Sun Jan  2 23:04:42 2011
+++ /trunk/qt4/toolbar/uim-toolbar-qt4.pro.in   Sun Jan  2 23:05:09 2011
@@ -2,6 +2,7 @@

 TEMPLATE = app

+# to include qtgettext.h
 INCLUDEPATH += @srcdir@/..
 LIBS += @LIBINTL@

Reply via email to