Skip to content

Commit

Permalink
Issue 737: define desktop.path for peakdetector executable (linux).
Browse files Browse the repository at this point in the history
  • Loading branch information
PMSeitzer committed Jul 11, 2024
1 parent 05419e7 commit 10e6d31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/peakdetector/peakdetector.pro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ CONFIG += sql qt std++14

INSTALLS += target
linux:INSTALLS += desktop
target.path = $${INSTALL_PREFIX}/bin
target.path = $${INSTALL_PREFIX}/bin
desktop.path = $${INSTALL_PREFIX}/share/applications

QT += sql gui
QT -= network opengl std++14
Expand Down

0 comments on commit 10e6d31

Please sign in to comment.