From fa656fe56a34300e9718a3c83c9db21f56b94ac5 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Tue, 28 Jan 2014 22:13:02 +0530 Subject: Fixes to support Qt5. --- examples/GuiClient/GuiClient.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/GuiClient/GuiClient.pro') diff --git a/examples/GuiClient/GuiClient.pro b/examples/GuiClient/GuiClient.pro index aec6064f..60306171 100644 --- a/examples/GuiClient/GuiClient.pro +++ b/examples/GuiClient/GuiClient.pro @@ -58,6 +58,7 @@ FORMS += mainDialog.ui \ aboutDialog.ui QT += network \ - xml + xml \ + widgets RESOURCES += resources.qrc -- cgit v1.2.3