Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Move C/glib library to glib/ subdirectory
Signed-off-by: Tomi Leppänen <tomi.leppanen@jolla.com>
  • Loading branch information
Tomin1 committed Dec 12, 2019
1 parent 112ffd3 commit 79007d4
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
File renamed without changes.
9 changes: 9 additions & 0 deletions glib/glib.pro
@@ -0,0 +1,9 @@
# For QtCreator integration purposes. Not meant for building the project.
TEMPLATE = aux

HEADERS += sailfishaccesscontrol.h
SOURCES += sailfishaccesscontrol.c

OTHER_FILES += \
Makefile \
sailfishaccesscontrol.pc.tpl \
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion rpm/sailfish-access-control.spec
Expand Up @@ -26,7 +26,7 @@ Requires: %{name} = %{version}-%{release}
C language headers of the Sailfish Access Control library.

%prep
%setup -q -n %{name}-%{version}
%setup -q -n %{name}-%{version}/glib

%build
make ROOT=%{buildroot} %{_smp_mflags} VERSION=%{version}
Expand Down
9 changes: 3 additions & 6 deletions sailfish-access-control.pro
@@ -1,10 +1,7 @@
# For QtCreator integration purposes. Not meant for building the project.
TEMPLATE = aux

HEADERS += sailfishaccesscontrol.h
SOURCES += sailfishaccesscontrol.c
TEMPLATE = subdir
SUBDIRS = glib qt

OTHER_FILES += \
Makefile \
sailfishaccesscontrol.pc.tpl \
rpm/sailfish-access-control.spec \
rpm/sailfish-access-control-qt5.spec \

0 comments on commit 79007d4

Please sign in to comment.