Skip to content

Commit

Permalink
versioning info
Browse files Browse the repository at this point in the history
  • Loading branch information
JC3 committed Jan 4, 2023
1 parent 0184a37 commit be73756
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ Makefile.*
.qmake.stash
ui_*.h
.qtc_clangd/
ZScorePeakDetection_resource.rc
11 changes: 8 additions & 3 deletions ZScorePeakDetection.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# License: https://github.com/JC3/ZScorePeakDetection/blob/master/LICENSE
#==============================================================================

QMAKE_TARGET_DESCRIPTION = "Z-Score Peak Detection"
VERSION = 1.0.0.0

QT += core gui widgets charts

CONFIG += c++17
Expand All @@ -22,9 +25,11 @@ HEADERS += \
FORMS += \
mainwindow.ui

qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target

unix:application.path = /opt/bin
unix:application.files = ZScorePeakDetection
unix:INSTALLS += application
win32:RC_ICONS = chart.ico

DISTFILES += \
sample.txt \
Expand Down
Binary file added chart.ico
Binary file not shown.

0 comments on commit be73756

Please sign in to comment.