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