Skip to content

Commit

Permalink
MacOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
textbrowser committed Mar 25, 2024
1 parent cb4b69f commit 38de319
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions biblioteq.macos.pro
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ doc2.files = Documentation/Contributed/*.docx \
Documentation/Contributed/*.html \
Documentation/Contributed/*.pdf
doc2.path = BiblioteQ.d/Documentation/Contributed
installnametool1.extra = install_name_tool -change @loader_path/../../../../opt/libpng/lib/libpng16.16.dylib @executable_path/../Frameworks/libpng16.16.dylib BiblioteQ.app/Contents/Frameworks/libfreetype.6.dylib
installnametool1.extra = install_name_tool -change /Applications/Postgres.app/Contents/Versions/14/lib/libpq.5.dylib /usr/local/Cellar/libpq/16.2_1/lib/libpq.dylib ./BiblioteQ.d/BiblioteQ.app/Contents/PlugIns/sqldrivers/libqsqlpsql.dylib
installnametool1.path = .
lrelease.extra = $$[QT_INSTALL_BINS]/lrelease biblioteq.osx.pro
lrelease.path = .
Expand All @@ -74,6 +74,6 @@ INSTALLS = preinstall \
data \
doc1 \
doc2 \
installnametool1 \
sql \
postinstall
sql \
postinstall \
installnametool1

0 comments on commit 38de319

Please sign in to comment.