diff options
Diffstat (limited to 'redhat/dependencies/tqca/tqca-1.0-fix_qt3_detection.patch')
-rw-r--r-- | redhat/dependencies/tqca/tqca-1.0-fix_qt3_detection.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/dependencies/tqca/tqca-1.0-fix_qt3_detection.patch b/redhat/dependencies/tqca/tqca-1.0-fix_qt3_detection.patch index 0cb99b0e6..f608bc6c8 100644 --- a/redhat/dependencies/tqca/tqca-1.0-fix_qt3_detection.patch +++ b/redhat/dependencies/tqca/tqca-1.0-fix_qt3_detection.patch @@ -96,7 +96,7 @@ TARGET = conf -INCLUDEPATH += '/usr/include/tqt' +INCLUDEPATH += '${QTINC:-${QTDIR}/include}' -+INCLUDEPATH += '/opt/trinity/include/tqt' ++INCLUDEPATH += '/usr/include/tqt' DEFINES += X11_INC='"\$\$QMAKE_INCDIR_X11"' DEFINES += X11_LIBDIR='"\$\$QMAKE_LIBDIR_X11"' |