aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/qt5-tools/fix-pkgconfig-qt5uiplugin-not-found.patch
blob: 699c01061df35c044ab5ade1b1137168ff0c327f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/src/designer/src/lib/lib.pro b/src/designer/src/lib/lib.pro
index de0dc73..eef68be 100644
--- a/src/designer/src/lib/lib.pro
+++ b/src/designer/src/lib/lib.pro
@@ -1,7 +1,8 @@
 TARGET = QtDesigner
 MODULE = designer
 
-QT = core-private gui-private widgets-private xml uiplugin
+QT = core-private gui-private widgets-private xml
+QT_PRIVATE += uiplugin
 
 DEFINES += \
     QDESIGNER_SDK_LIBRARY \