Enable Qt in 6-14-04

Dear experts,

I need root version 6-14-04 or similar with enabled qt.
Could you please let me know how can I enable q4 in this version?

Thanks

Hi,

That kind of qt component you looking for?
Check here: https://root.cern.ch/building-root
There are qtand qtgsi. You can enable them when calling cmake. Like:

cmake -Dqt=On /path/to/root/source

Normally cmake is able to locate Qt4 installation if it is available on your system.
But be aware - all these components are deprecated and already removed in more recent ROOT versions.

Regards,
Sergey

Hi Sergey

Thanks for the reply!
I was missing TQtWidget.h file. Activating Qt manually solved the issue!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.