Closed projekter closed 8 years ago
Travis failed to build on all currently supported platforms. While the Linux/Qt5 platforms timed out waiting for confirmation (they didn't do this last month, I swear! Should be fixed in 4f34113), the Qt4 platforms failed to build since they don't have QWindow
.
Please enclose the Qt5-specific code in #if qt5 / #else
(you may depend on the POPPLER_QT5 definition) and also please git rebase
the pull request onto my current master branch. (You can force-push pull requests, github handles that nicely)
Ok, introduced the conditionals and rebased.
Fix of last pull request #84 (detection of MSVC - there seems to be a difference between CMAKE_CXX_COMPILER_ID and "${CMAKE_CXX_COMPILER_ID}"). Fixed #87.