Skip to content

Commit

Permalink
Create a DMG.
Browse files Browse the repository at this point in the history
  • Loading branch information
textbrowser committed Jun 2, 2023
1 parent 94edb38 commit bdc8ea7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions biblioteq.osx.pro
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
include(biblioteq-source.pro)
purge.commands = find . -name '*~*' -exec rm -f {} \;
dmg.commands = hdiutil create BiblioteQ.d.dmg -srcfolder BiblioteQ.d
purge.commands = find . -name '*~*' -exec rm -f {} \ ;

CONFIG += app_bundle qt release thread warn_on
DEFINES += QT_DEPRECATED_WARNINGS
Expand All @@ -25,7 +26,7 @@ QMAKE_CXXFLAGS_RELEASE += -Wall \
-pedantic \
-std=c++17
QMAKE_DISTCLEAN += -r BiblioteQ.d temp .qmake.cache .qmake.stash
QMAKE_EXTRA_TARGETS = purge
QMAKE_EXTRA_TARGETS = dmg purge
QMAKE_MACOSX_DEPLOYMENT_TARGET = 11.0

ICON = Icons/book.icns
Expand Down

0 comments on commit bdc8ea7

Please sign in to comment.