[CMake] how to get cmake and custom qt widget to work?

John Drescher drescherjm at gmail.com
Tue Oct 5 15:44:54 EDT 2010


On Tue, Oct 5, 2010 at 3:41 PM, eial at cs.bgu.ac.il <eial at cs.bgu.ac.il> wrote:
> nope, like I wrote in the first post, I need a string spinbox so I've extended qspinbox to support strings.
> that is the custom widget in question.
>

You need to add the path of where ever your custom widget is into one
of the INCLUDE_DIRECTORIES statements in your CMakeLists.txt

John


More information about the CMake mailing list