File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## Unreleased
9+
10+ ### Fixed
11+ - Fixed build configuration bug where resources were not being linked on Linux
12+
813## 2.3.0 - 2019-07-13
914
1015### Added
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ set(RESOURCE_FILES resources/haloray.qrc resources/haloray.rc)
3232IF (WIN32 )
3333 add_executable (haloray WIN32 ${HALORAY_SOURCES} ${RESOURCE_FILES} )
3434ELSE ()
35- add_executable (haloray ${HALORAY_SOURCES} )
35+ add_executable (haloray ${HALORAY_SOURCES} ${RESOURCE_FILES} )
3636ENDIF ()
3737
3838target_link_libraries (haloray Qt5::Core Qt5::Widgets Qt5::Gui)
You can’t perform that action at this time.
0 commit comments