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

Commit 50701f4

Browse files
committed
Copy license to output dir.
1 parent 2285ded commit 50701f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cascade.pro

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,10 @@ win32-msvc* {
184184
COPIES += translations
185185
translations.files += $$files($$DESTDIR/../../external/msvc2019/Qt/translations/*)
186186
translations.path = $$DESTDIR/translations
187+
188+
COPIES += license
189+
license.files += $$files($$DESTDIR/../../LICENSE)
190+
license.path = $$DESTDIR
187191
}
188192

189193
RESOURCES += \

0 commit comments

Comments
 (0)