Skip to content

Commit

Permalink
2.0.0 public for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
C.D. MacEachern committed Oct 2, 2019
1 parent 1416f57 commit 5001bc9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2.0.0:
* Huge speedboost on load
* Static build -- fewer files and size
* Portable now, no installer needed or admin priviledges--unzip and run.
* Many small bug fixes and build improvements working toward os x build and
release


2.0.0alpha:
* First test public release, to be followed by a beta release
and then a proper 2.0.0 production release.
Expand Down
10 changes: 8 additions & 2 deletions openroll.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@ QT += multimedia widgets

TARGET = openroll
TEMPLATE = app
VERSION = 2.0.0

# DEFINES += QT_DEPRECATED_WARNINGS
# for Windows resource-file
QMAKE_TARGET_COMPANY = "Barker Software"
QMAKE_TARGET_DESCRIPTION = "Brazilian jiu-jitsu match timer and scoreboard using IBJJF ruleset."
QMAKE_TARGET_COPYRIGHT = 2019
QMAKE_TARGET_PRODUCT = "Openroll"

CONFIG += c++11

Expand All @@ -29,6 +34,7 @@ FORMS += \
RESOURCES += \
resources.qrc

# supported by UnixMake specs only, put these in DESTDIR with TARGET
DISTFILES += \
AUTHORS \
CHANGELOG \
Expand All @@ -41,7 +47,7 @@ win32: {

osx: {
# Same, but for Apple, use osx tool to convert .ico to .icns file first
# ICON = openroll.icns
ICON = openroll.icns
}

linux: {
Expand Down

0 comments on commit 5001bc9

Please sign in to comment.