diff --git a/Deps/tqt3/tqt3.SlackBuild b/Deps/tqt3/tqt3.SlackBuild index 6f6fca1..53c2579 100755 --- a/Deps/tqt3/tqt3.SlackBuild +++ b/Deps/tqt3/tqt3.SlackBuild @@ -239,6 +239,8 @@ mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}/pkgconfig ) # Symlink is needed for a tde app during future compilation: +# TODO : possible removal, see if the other TDE programs can be directed to +# tqt3's include dir. Should be possible. If not, no big deal. mkdir -p $PKG/usr/include ( cd $PKG/usr/include ; ln -sf /usr/lib${LIBDIRSUFFIX}/${PRGNAM}-${VERSION}/include qt3 )