diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-18 02:03:59 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-18 02:03:59 +0000 |
commit | e732f53e3687f98ac54108c3f185940d0e739aeb (patch) | |
tree | f04a3a936178f82c99881e8fc1ebbd1a40b051c2 | |
parent | 56d040be608704f94421c76a53d9f54579796cd6 (diff) | |
download | other-e732f53e3687f98ac54108c3f185940d0e739aeb.tar.gz other-e732f53e3687f98ac54108c3f185940d0e739aeb.zip |
Fix compilation of C programs
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kde-common@1232490 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | admin/acinclude.m4.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/acinclude.m4.in b/admin/acinclude.m4.in index 231ae39..8526a8d 100644 --- a/admin/acinclude.m4.in +++ b/admin/acinclude.m4.in @@ -1089,6 +1089,7 @@ fi LIB_XEXT="-lXext" QTE_NORTTI="" +CFLAGS="$CFLAGS -I/usr/include/tqt" CXXFLAGS="$CXXFLAGS -I/usr/include/tqt -include tqt.h" elif test "$kde_use_qt_emb" = "yes"; then |