mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-14 17:41:39 +08:00
refs #828, added HTML template
This commit is contained in:
@@ -6,12 +6,14 @@ CONFIG -= qt
|
||||
|
||||
OTHER_FILES += share/images/flags/*.png
|
||||
OTHER_FILES += share/images/airlines/*.png
|
||||
OTHER_FILES += shared//bootstrap/*.*
|
||||
OTHER_FILES += shared/bootstrap/*.*
|
||||
OTHER_FILES += shared/html/*.*
|
||||
OTHER_FILES += shared/dbdata/*.*
|
||||
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/shared/bootstrap/*.*
|
||||
COPY_FILES += $$PWD/share/shared/dbdata/*.*
|
||||
COPY_FILES += $$PWD/share/shared/updateinfo/*.*
|
||||
|
||||
Reference in New Issue
Block a user