Skip to content

Commit

Permalink
add rule to install bin
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Jul 3, 2023
1 parent 85b32ba commit 76bbffb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions desktop.pro
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ linux {
QT_CONFIG -= no-pkg-config
CONFIG += link_pkgconfig
PKGCONFIG += x11 xext

# install binary
target.path = $PREFIX/bin
INSTALLS += target
}

QML_IMPORT_PATH = $$PWD/qml
Expand Down

0 comments on commit 76bbffb

Please sign in to comment.