Github user robertamarton commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/332#discussion_r53533553
--- Diff: core/sql/SqlCompilerDebugger/mk.sh ---
@@ -21,6 +21,9 @@
export PATH=$QT_TOOLKIT/bin:$PATH
export LD_LIBRARY_PATH=$QT_TOOLKIT/lib:$LD_LIBRARY_PATH
+# Important: QT_TOOLKIT must not be bundled in Trafodion build
+# QT License is not compatible with ASF license policy
+
qmake -o Makefile SqlCmpDbg.pro
make
--- End diff --
I guess, if someone wants to use the debugger, then they will have to
figure out how to download the toolkit and get it working. This is probably
okay. If it become important, then someone can create a JIRA and we can work
on a change that will make this process easier.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---