1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-15 06:52:34 +02:00

cmake: no WIN32 for rwviewer

Qt/5.11.1@bincrafters/stable does not work well together with the
conan_multi generator.
This commit is contained in:
Anonymous Maarten 2018-08-20 15:46:17 +02:00
parent 0f2cacd35a
commit 281649a102

View File

@ -4,7 +4,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
find_package(Qt5OpenGL REQUIRED)
find_package(Qt5Widgets REQUIRED)
add_executable(rwviewer WIN32
add_executable(rwviewer
main.cpp
ViewerWindow.hpp