removed release build as the library is not build as shared libary files anymore.
This commit is contained in:
parent
ae9e6398ac
commit
cdb85d6de9
20 changed files with 1 additions and 41 deletions
|
@ -38,23 +38,9 @@
|
||||||
* git submodule update --init --recursive
|
* git submodule update --init --recursive
|
||||||
* \endcode
|
* \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:
|
* And in your MyProject.pro include the .pri file:
|
||||||
* \code{.pro}
|
* \code{.pro}
|
||||||
* include($$PWD/../shared-libraries/ScStwLibraries/ScStwLibraries.pri)
|
* include($$PWD/shared-libraries/ScStwLibraries/ScStwLibraries.pri)
|
||||||
* \endcode
|
* \endcode
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
BIN
favicon.xcf
BIN
favicon.xcf
Binary file not shown.
|
@ -1,2 +0,0 @@
|
||||||
dpkg-deb --build debian
|
|
||||||
mv debian.deb libScStwSharedLibraries.deb
|
|
|
@ -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
|
|
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
# reload ld path
|
|
||||||
ldconfig
|
|
|
@ -1 +0,0 @@
|
||||||
libQt-Secret.so.1.2.0
|
|
|
@ -1 +0,0 @@
|
||||||
libQt-Secret.so.1.2.0
|
|
|
@ -1 +0,0 @@
|
||||||
libQt-Secret.so.1.2.0
|
|
Binary file not shown.
|
@ -1 +0,0 @@
|
||||||
libScStwLibraries.so.1.0.0
|
|
|
@ -1 +0,0 @@
|
||||||
libScStwLibraries.so.1.0.0
|
|
|
@ -1 +0,0 @@
|
||||||
libScStwLibraries.so.1.0.0
|
|
Binary file not shown.
|
@ -1 +0,0 @@
|
||||||
libScStwStyling.so.1.0.0
|
|
|
@ -1 +0,0 @@
|
||||||
libScStwStyling.so.1.0.0
|
|
|
@ -1 +0,0 @@
|
||||||
libScStwStyling.so.1.0.0
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
3
test
3
test
|
@ -1,3 +0,0 @@
|
||||||
test for submodule
|
|
||||||
test2
|
|
||||||
test3
|
|
Reference in a new issue