Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
Copy license to output dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
ttddee committed Nov 2, 2020
1 parent 2285ded commit 50701f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cascade.pro
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ win32-msvc* {
COPIES += translations
translations.files += $$files($$DESTDIR/../../external/msvc2019/Qt/translations/*)
translations.path = $$DESTDIR/translations

COPIES += license
license.files += $$files($$DESTDIR/../../LICENSE)
license.path = $$DESTDIR
}

RESOURCES += \
Expand Down

0 comments on commit 50701f4

Please sign in to comment.