mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 20:29:00 +08:00
6f827f25f7
* [qt5-winextras] Remove unneeded dependenies, add feature "declarative" * [qt5] Include qt5-winextras[declarative] in qt5 metaport
13 lines
307 B
Diff
13 lines
307 B
Diff
diff --git a/src/src.pro b/src/src.pro
|
|
index fceeb21..8a242d0 100644
|
|
--- a/src/src.pro
|
|
+++ b/src/src.pro
|
|
@@ -2,6 +2,7 @@ win32 {
|
|
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
SUBDIRS += winextras
|
|
+ SUBDIRS += imports
|
|
} else {
|
|
# fake project for creating the documentation
|
|
TEMPLATE = aux
|