Skip to content

Commit

Permalink
Set build configuration for sfdk 3.3.0
Browse files Browse the repository at this point in the history
Changes needed to get the project to build on the Application SDK 3.3.0.
  • Loading branch information
llewelld committed Sep 7, 2020
1 parent 6197bd0 commit 3005d9d
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 10 deletions.
5 changes: 3 additions & 2 deletions contrac.pro
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,14 @@ PKGCONFIG += \
openssl \
libxml-2.0 \
libcurl \
protobuf-lite \
quazip
protobuf-lite

DEFINES += LINUX

QT += dbus

LIBS += -lquazip

OTHER_FILES += \
version.pri \
src/submissionpayload.proto \
Expand Down
5 changes: 3 additions & 2 deletions contracd/contracd.pro
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,12 @@ DISTFILES += \

PKGCONFIG += \
openssl \
protobuf-lite \
quazip
protobuf-lite

QT += dbus

LIBS += -lquazip

OTHER_FILES += \
src/contrac.proto

Expand Down
4 changes: 2 additions & 2 deletions contracd/src/zipistreambuffer.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#ifndef ZIPISTREAMBUFFER_H
#define ZIPISTREAMBUFFER_H

#include <quazip5/quazip.h>
#include <quazip5/quazipfile.h>
#include <quazip/quazip.h>
#include <quazip/quazipfile.h>

#include <iostream>

Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-contrac.spec
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ BuildRequires: pkgconfig(Qt5Test)
BuildRequires: pkgconfig(protobuf-lite)
BuildRequires: pkgconfig(libcurl)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(quazip)
BuildRequires: protobuf-compiler
BuildRequires: quazip-devel
BuildRequires: desktop-file-utils

%description
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-contrac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ PkgConfigBR:
- protobuf-lite
- libcurl
- libxml-2.0
- quazip

# Build dependencies without a pkgconfig setup can be listed here
PkgBR:
- protobuf-compiler
- quazip-devel

# Runtime dependencies which are not automatically detected
Requires:
Expand Down
5 changes: 3 additions & 2 deletions tests/tests.pro
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ INCLUDEPATH += ../src/

PKGCONFIG += \
openssl \
protobuf-lite \
quazip
protobuf-lite

LIBS += -lquazip

SOURCES += \
test_tracing.cpp
Expand Down

0 comments on commit 3005d9d

Please sign in to comment.