refs #883, unified local links, also copy legal to build dir

This commit is contained in:
Klaus Basan
2017-02-15 23:41:07 +01:00
committed by Mathew Sutcliffe
parent dd37945625
commit 8df2fa462f
2 changed files with 6 additions and 5 deletions

View File

@@ -7,6 +7,7 @@ CONFIG -= qt
OTHER_FILES += share/images/flags/*.png
OTHER_FILES += share/images/airlines/*.png
OTHER_FILES += share/test/*.*
OTHER_FILES += share/legal/*.*
OTHER_FILES += shared/bootstrap/*.*
OTHER_FILES += shared/html/*.*
OTHER_FILES += shared/dbdata/*.*
@@ -15,6 +16,7 @@ OTHER_FILES += shared/updateinfo/*.*
COPY_FILES += $$PWD/share/images/flags/*.png
COPY_FILES += $$PWD/share/images/airlines/*.png
COPY_FILES += $$PWD/share/html/*.*
COPY_FILES += $$PWD/share/legal/*.*
COPY_FILES += $$PWD/share/test/*.*
COPY_FILES += $$PWD/share/shared/bootstrap/*.*
COPY_FILES += $$PWD/share/shared/dbdata/*.*