removed release build as the library is not build as shared libary files anymore.

This commit is contained in:
Dorian Zedler 2020-07-03 15:52:47 +02:00
parent ae9e6398ac
commit cdb85d6de9
Signed by: dorian
GPG key ID: D3B255CB8BC7CD37
20 changed files with 1 additions and 41 deletions

View file

@ -38,23 +38,9 @@
* git submodule update --init --recursive
* \endcode
*
* Add to the list of libraries for the Qt-Secret assembly. For an example you can create Main.Pro in which connect Qt-Secret and your project.pro files as subprojects.
*
* Main.pro:
* \code{.pro}
* TEMPLATE = subdirs
* CONFIG += ordered
*
* SUBDIRS += \
* ScStwLibraries \
* MyProject
*
* ScStwLibraries.file = shared-libraries/ScStwLibraries/ScStwLibraries.pro
* \endcode
*
* And in your MyProject.pro include the .pri file:
* \code{.pro}
* include($$PWD/../shared-libraries/ScStwLibraries/ScStwLibraries.pri)
* include($$PWD/shared-libraries/ScStwLibraries/ScStwLibraries.pri)
* \endcode
*/

Binary file not shown.

View file

@ -1,2 +0,0 @@
dpkg-deb --build debian
mv debian.deb libScStwSharedLibraries.deb

View file

@ -1,9 +0,0 @@
Package: libScStwSharedLibraries
Version: 1.1.0
Section: base
Priority: optional
Architecture: armhf
Depends: libqt5raspi-5.12.5 (>=1.0)
Maintainer: Dorian Zedler <dorian@itsblue.de>
Description: ScStwSharedLibraries
This package contains all libraries used in the ScStw Project

View file

@ -1,3 +0,0 @@
#!/bin/sh
# reload ld path
ldconfig

View file

@ -1 +0,0 @@
libQt-Secret.so.1.2.0

View file

@ -1 +0,0 @@
libQt-Secret.so.1.2.0

View file

@ -1 +0,0 @@
libQt-Secret.so.1.2.0

View file

@ -1 +0,0 @@
libScStwLibraries.so.1.0.0

View file

@ -1 +0,0 @@
libScStwLibraries.so.1.0.0

View file

@ -1 +0,0 @@
libScStwLibraries.so.1.0.0

View file

@ -1 +0,0 @@
libScStwStyling.so.1.0.0

View file

@ -1 +0,0 @@
libScStwStyling.so.1.0.0

View file

@ -1 +0,0 @@
libScStwStyling.so.1.0.0

Binary file not shown.

3
test
View file

@ -1,3 +0,0 @@
test for submodule
test2
test3