You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Also, what is the difference between the videoplayer/cameraviewer SVL examples and the cisstVideoPlayer and cisstCameraViewer SVL applications? Are the former obsolete? If so, should we delete them?
Also, what is the difference between the videoplayer/cameraviewer SVL examples and the cisstVideoPlayer and cisstCameraViewer SVL applications? Are the former obsolete? If so, should we delete them?
—
Reply to this email directly or view it on GitHub #42 (comment).
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?The text was updated successfully, but these errors were encountered: