Skip to content

Commit

Permalink
Merge pull request #3 from crispAudio/fix-linking-issues-in-buildroot
Browse files Browse the repository at this point in the history
Do NOT use qt5_use_modules to link SortFilterProxyModel
  • Loading branch information
johnbivens authored Aug 27, 2020
2 parents 741eaed + 528b95f commit 00eeedb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ target_include_directories(SortFilterProxyModel PUBLIC
)

set_property(TARGET SortFilterProxyModel PROPERTY POSITION_INDEPENDENT_CODE ON)
qt5_use_modules(SortFilterProxyModel Core Qml)

0 comments on commit 00eeedb

Please sign in to comment.