Skip to content

Commit

Permalink
Merge pull request #599 from frankplow/mac-install-target
Browse files Browse the repository at this point in the history
qmake/app: Add install target for MacOS
  • Loading branch information
ChristianFeldmann authored Nov 7, 2024
2 parents cd9ec5a + bb38e39 commit fdb953e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions YUViewApp/YUViewApp.pro
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,17 @@ contains(QT_ARCH, x86_32|i386) {
macx {
ICON = images/YUView.icns
SVNN = $$system("git describe --tags")

isEmpty(PREFIX) {
PREFIX = /
}
isEmpty(BIINDIR) {
BINDIR = Applications
}

target.path = $$PREFIX/$$BINDIR/

INSTALLS += target
}

linux {
Expand Down

0 comments on commit fdb953e

Please sign in to comment.