Skip to content

Commit d8cedf3

Browse files
authored
Merge pull request #370 from Esri/ell10147/wildcardsVNext
Add wildcards for qt 5.14.0 and above.
2 parents 6f2b4ce + 76604ba commit d8cedf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

toolkit.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ OTHER_FILES += \
2626
README.md \
2727
.gitattributes \
2828
.gitignore \
29-
Import/*.qmlproject \
30-
Examples/*.qmlproject \
29+
$$files(Import/*.qmlproject) \
30+
$$files(Examples/*.qmlproject) \
3131
Plugin/*
3232

3333
#-------------------------------------------------------------------------------

0 commit comments

Comments
 (0)