Skip to content

Commit

Permalink
linux: disable custom qt.conf in distro builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jan 16, 2025
1 parent f7ea8e8 commit f1664ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/ScoreQtConf.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
if(UNIX AND NOT APPLE AND NOT WIN32 AND SCORE_FHS_BUILD)
set(SCORE_NO_QTCONF 1)
endif()
if(SCORE_DEPLOYMENT_BUILD AND NOT SCORE_NO_QTCONF)
if(WIN32)
if(SCORE_MSYS2_PACKAGE)
Expand Down

0 comments on commit f1664ee

Please sign in to comment.