Skip to content

Commit

Permalink
qt dependencies removed from cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
diemmarkus committed Nov 23, 2015
1 parent 1796a35 commit 603e426
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ qt5_use_modules(${BINARY_NAME} Widgets Gui Concurrent)

SET(CMAKE_SHARED_LINKER_FLAGS_REALLYRELEASE "${CMAKE_EXE_LINKER_FLAGS_RELEASE} /SUBSYSTEM:WINDOWS /LARGEADDRESSAWARE") # /subsystem:windows does not work due to a bug in cmake (see http://public.kitware.com/Bug/view.php?id=12566)

set(QTLIBLIST Qt5Core Qt5Gui Qt5Network Qt5Widgets Qt5PrintSupport Qt5Concurrent Qt5Sensors Qt5MultimediaWidgets Qt5Multimedia Qt5OpenGL Qt5Positioning Qt5WebChannel Qt5Sql)
set(QTLIBLIST Qt5Core Qt5Gui Qt5Widgets)

foreach(qtlib ${QTLIBLIST})
get_filename_component(QT_DLL_PATH_tmp ${QT_QMAKE_EXECUTABLE} PATH)
Expand Down
Binary file modified installer/packages/org.Herbie/data/Herbie.exe
Binary file not shown.

0 comments on commit 603e426

Please sign in to comment.