mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-11 14:45:33 +08:00
refs #883, unified local links, also copy legal to build dir
This commit is contained in:
committed by
Mathew Sutcliffe
parent
dd37945625
commit
8df2fa462f
@@ -7,6 +7,7 @@ CONFIG -= qt
|
|||||||
OTHER_FILES += share/images/flags/*.png
|
OTHER_FILES += share/images/flags/*.png
|
||||||
OTHER_FILES += share/images/airlines/*.png
|
OTHER_FILES += share/images/airlines/*.png
|
||||||
OTHER_FILES += share/test/*.*
|
OTHER_FILES += share/test/*.*
|
||||||
|
OTHER_FILES += share/legal/*.*
|
||||||
OTHER_FILES += shared/bootstrap/*.*
|
OTHER_FILES += shared/bootstrap/*.*
|
||||||
OTHER_FILES += shared/html/*.*
|
OTHER_FILES += shared/html/*.*
|
||||||
OTHER_FILES += shared/dbdata/*.*
|
OTHER_FILES += shared/dbdata/*.*
|
||||||
@@ -15,6 +16,7 @@ OTHER_FILES += shared/updateinfo/*.*
|
|||||||
COPY_FILES += $$PWD/share/images/flags/*.png
|
COPY_FILES += $$PWD/share/images/flags/*.png
|
||||||
COPY_FILES += $$PWD/share/images/airlines/*.png
|
COPY_FILES += $$PWD/share/images/airlines/*.png
|
||||||
COPY_FILES += $$PWD/share/html/*.*
|
COPY_FILES += $$PWD/share/html/*.*
|
||||||
|
COPY_FILES += $$PWD/share/legal/*.*
|
||||||
COPY_FILES += $$PWD/share/test/*.*
|
COPY_FILES += $$PWD/share/test/*.*
|
||||||
COPY_FILES += $$PWD/share/shared/bootstrap/*.*
|
COPY_FILES += $$PWD/share/shared/bootstrap/*.*
|
||||||
COPY_FILES += $$PWD/share/shared/dbdata/*.*
|
COPY_FILES += $$PWD/share/shared/dbdata/*.*
|
||||||
|
|||||||
@@ -8,14 +8,13 @@
|
|||||||
<body>
|
<body>
|
||||||
<h1>About the project</h1>
|
<h1>About the project</h1>
|
||||||
swift is an independent (private and non-commercial) software project creating open source software for flight simulation.
|
swift is an independent (private and non-commercial) software project creating open source software for flight simulation.
|
||||||
|
|
||||||
<h1>Legal</h1>
|
<h1>Legal</h1>
|
||||||
<ul>
|
<ul>
|
||||||
<li>swift <a href="./software.html">software license</a>
|
<li>swift <a href="./software.html">software license</a>
|
||||||
<li>swift website <a href="./impressum.html">impressum</a>
|
<li>swift website <a href="./impressum.html">impressum</a>
|
||||||
<li>swift <a href="cla.html">contributor license agreement</a>
|
<li>swift <a href="./cla.html">contributor license agreement</a>
|
||||||
<li>swift <a href="privacy.html">privacy and cookie policy</a>
|
<li>swift <a href="./privacy.html">privacy and cookie policy</a>
|
||||||
<li>We use Google Analytics, see the <a href="privacy.html">privacy and cookie policy</a> for details
|
<li>We use Google Analytics, see the <a href="./privacy.html">privacy and cookie policy</a> for details
|
||||||
</ul>
|
</ul>
|
||||||
<h1>Data copyright</h1>
|
<h1>Data copyright</h1>
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user