Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix using Release lib in Debug
  • Loading branch information
jriegel committed Aug 13, 2014
1 parent 6303650 commit 4f5e1e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Gui/CMakeLists.txt
Expand Up @@ -34,7 +34,8 @@ if(MSVC)
optimized ${SOQT_LIBRARY_RELEASE}
${QT_DEBUG_LIBRARIES}
${QT_LIBRARIES}
QtUiTools.lib
optimized QtUiTools.lib
debug QtUiToolsd.lib
${OPENGL_gl_LIBRARY}
)
else(MSVC)
Expand Down

0 comments on commit 4f5e1e3

Please sign in to comment.