Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Remove old sailfish switch test.
  • Loading branch information
poetaster committed Apr 8, 2022
1 parent 54cc7ce commit 2ecb915
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions deployment.pri
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,7 @@ symbian {
export(apparmor.files)
export(apparmor.path)
INSTALLS += manifestfile apparmor
} else:exists($$[QT_INSTALL_PREFIX]/include/sailfishapp/sailfishapp.h): {
# } else:exists("/usr/include/sailfishapp/sailfishapp.h") {
} else:exists($$[QT_INSTALL_PREFIX]/include/sailfishapp/sailfishapp.h): {
desktopfile.files = data/sailfishos/$${TARGET}.desktop
# Use different desktop file for openrepos
openrepos {
Expand Down
4 changes: 1 addition & 3 deletions fahrplan2.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
APP_NAME = Fahrplan

# Define Version
VERSION = 2.0.36-1
VERSION = 2.0.37-1

# Switch for jolla to separate harbour and openrepo version
openrepos {
Expand All @@ -26,7 +26,6 @@ ubuntu {
DEFINES += FAHRPLAN_VERSION=\\\"$$VERSION\\\"
DEFINES += FAHRPLAN_SETTINGS_NAMESPACE=\\\"$$APP_ID\\\"
}
#exists("/usr/include/sailfishapp/sailfishapp.h"): {
exists($$[QT_INSTALL_PREFIX]/include/sailfishapp/sailfishapp.h): {
DEFINES += FAHRPLAN_VERSION=\\\"$$VERSION\\\"
DEFINES += FAHRPLAN_SETTINGS_NAMESPACE=\\\"harbour-fahrplan2\\\"
Expand Down Expand Up @@ -324,7 +323,6 @@ blackberry {
QML_IMPORT_PATH = 3rdparty/bb10-qt-components/imports
}

#exists("/usr/include/sailfishapp/sailfishapp.h"): {
exists($$[QT_INSTALL_PREFIX]/include/sailfishapp/sailfishapp.h): {
TARGET = harbour-fahrplan2

Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-fahrplan2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Name: harbour-fahrplan2
%{!?qtc_make:%define qtc_make make}
%{?qtc_builddir:%define _builddir %qtc_builddir}
Summary: Public transportation application
Version: 2.0.36
Version: 2.0.37
Release: 1
Group: Location/Location Adaptation
License: GPLv2
Expand Down

0 comments on commit 2ecb915

Please sign in to comment.