robertknight / Qt-Inspector

Utility to browse the Qt object tree of a running Qt application and edit object properties on the fly.
GNU Lesser General Public License v3.0
401 stars 70 forks source link

CMakeLists.txt #6

Closed StachuJemiola closed 7 years ago

StachuJemiola commented 9 years ago

I think there should be "option(USE_QT5 "QT5" OFF)" instead of "option(USE_QT5 OFF)" in CMakeLists.txt.

robertknight commented 9 years ago

Indeed, according to the documentation the syntax is option(VARIABLE <description> <initial value>) so the second argument should be something like 'Build with Qt 5'. I don't have a system set up to test just at the moment, if you wouldn't mind creating a pull request I'd be happy to accept.

romanzoller commented 7 years ago

It looks like this was fixed by PR #7