diff options
author | 2022-07-23 01:53:20 +0530 | |
---|---|---|
committer | 2022-07-23 01:53:20 +0530 | |
commit | 2d71f12c1527614fdc869895d8117348e1205f1f (patch) | |
tree | eeb0b22622dc4863bcc2b8a1a9c06a0456a9272d | |
parent | 211699e325732609d2db7524c61b259c4966609d (diff) | |
download | whatsie-2d71f12c1527614fdc869895d8117348e1205f1f.tar.gz whatsie-2d71f12c1527614fdc869895d8117348e1205f1f.zip |
chore: remove unused xml module
-rw-r--r-- | src/WhatsApp.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WhatsApp.pro b/src/WhatsApp.pro index a624128..36bb516 100644 --- a/src/WhatsApp.pro +++ b/src/WhatsApp.pro @@ -4,7 +4,7 @@ # #------------------------------------------------- -QT += core gui webengine webenginewidgets xml positioning +QT += core gui webengine webenginewidgets positioning CONFIG += c++11 |