Open
Description
I just updated cisstStereoVision (6ec2e33) to add cisstQt to the list of required cisst libraries for the cameraviewer and videoplayer examples. Without this change, it does not compile on Windows with VS 2008 and Qt 4.8.5 (64-bit) because the compiler cannot find <QApplication>
.
I noticed, however, that the CMakeLists.txt initially specifies that cisstStereoVisionQt (and now cisstQt) are required, whereas later in the file it checks the CISST_HAS_QT4
setting to determine whether to link with the cisstStereoVisionQt library. This does not seem to be the best implementation. Also, what about Qt5?
Metadata
Metadata
Assignees
Labels
No labels