Skip to content

Commit

Permalink
Fix: Move -DSAILFISH_VERSION into config.pri.
Browse files Browse the repository at this point in the history
  • Loading branch information
bionade24 committed Feb 22, 2023
1 parent 121f329 commit a0f7390
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions config.pri
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Enable to force use of OpenSSL 1.1.1 or greater
DEFINES += OPENSSL_GE_1_1_1
DEFINES += "SAILFISH_VERSION=$$SAILFISH_VERSION"
1 change: 0 additions & 1 deletion contrac.pro
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ greaterThan(SAILFISH_VERSION, 44) {
}

DEFINES += LINUX
DEFINES += "SAILFISH_VERSION=$$SAILFISH_VERSION"

QT += dbus

Expand Down
2 changes: 0 additions & 2 deletions harbour-contrac.pro
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,3 @@ DISTFILES += \
OTHER_FILES += \
README.md \
.clang-format

DEFINES += "SAILFISH_VERSION=$$SAILFISH_VERSION"

0 comments on commit a0f7390

Please sign in to comment.