mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-24 19:32:55 +01: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:
parent
0f2cacd35a
commit
281649a102
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user