Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SteelCast
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nik | Klampfradler
SteelCast
Commits
f87f8025
Commit
f87f8025
authored
4 years ago
by
Silas Della Contrada
Browse files
Options
Downloads
Patches
Plain Diff
Added QtAV Submodule
parent
4c9b9606
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
.gitmodules
+3
-0
3 additions, 0 deletions
.gitmodules
QtAV
+1
-0
1 addition, 0 deletions
QtAV
VanadiumCast.pro
+4
-2
4 additions, 2 deletions
VanadiumCast.pro
VanadiumCast/VanadiumCast.pro
+3
-0
3 additions, 0 deletions
VanadiumCast/VanadiumCast.pro
with
12 additions
and
2 deletions
.gitignore
+
1
−
0
View file @
f87f8025
...
...
@@ -73,3 +73,4 @@ Thumbs.db
cmake-build-*/
build/
build-flatpak/
This diff is collapsed.
Click to expand it.
.gitmodules
0 → 100644
+
3
−
0
View file @
f87f8025
[submodule "QtAV"]
path = QtAV
url = https://github.com/wang-bin/QtAV
This diff is collapsed.
Click to expand it.
QtAV
@
add5c5bd
Subproject commit add5c5bdbb842e100854be6132b8539be7422d52
This diff is collapsed.
Click to expand it.
VanadiumCast.pro
+
4
−
2
View file @
f87f8025
TEMPLATE
=
subdirs
SUBDIRS
+=
backend
\
VanadiumCast
VanadiumCast
\
QtAV
app
.
depends
=
backend
backend
.
depends
=
QtAV
VanadiumCast
.
depends
=
backend
This diff is collapsed.
Click to expand it.
VanadiumCast/VanadiumCast.pro
+
3
−
0
View file @
f87f8025
...
...
@@ -43,6 +43,9 @@ unix {
QMAKE_LFLAGS_RPATH
=
QMAKE_LFLAGS
+=
"-Wl,-rpath,\'\$$ORIGIN\'"
copyToDestDir
(
$$
OUT_PWD
/../
backend
/
libbackend
.
so
,
$$
OUT_PWD
/
)
copyToDestDir
(
$$
OUT_PWD
/../
backend
/
libbackend
.
so
.
1
,
$$
OUT_PWD
/
)
copyToDestDir
(
$$
OUT_PWD
/../
backend
/
libbackend
.
so
.
1.0
,
$$
OUT_PWD
/
)
copyToDestDir
(
$$
OUT_PWD
/../
backend
/
libbackend
.
so
.
1.0
.
0
,
$$
OUT_PWD
/
)
}
CONFIG
+=
c
++
20
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment