diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-15 19:30:02 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-15 19:30:02 +0000 |
commit | 54b3a986bc5b6d8227ce44e39025bcad552093ed (patch) | |
tree | 5b9f32b045cfeb552508ffcdf29a15a9ef14befd | |
parent | 3f95ef7455b538c7929b752f97585ffa3126caa3 (diff) | |
download | other-54b3a986bc5b6d8227ce44e39025bcad552093ed.tar.gz other-54b3a986bc5b6d8227ce44e39025bcad552093ed.zip |
Fix TQt3 compilation with Autotools
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kde-common@1232115 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | admin/acinclude.m4.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/acinclude.m4.in b/admin/acinclude.m4.in index 05fa386..65615ee 100644 --- a/admin/acinclude.m4.in +++ b/admin/acinclude.m4.in @@ -1089,6 +1089,8 @@ fi LIB_XEXT="-lXext" QTE_NORTTI="" +CXXFLAGS="$CXXFLAGS -I/usr/include/tqt -include tqt.h" + elif test "$kde_use_qt_emb" = "yes"; then dnl We're using QT Embedded CPPFLAGS=-DQWS |