mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-04-21 21:52:03 +02:00
misc: remove Qt Positioning from dependencies and add Qt Widgets
GitLab: #733 Change-Id: I3daa6558479d80650bbf71577c8cbcaee3d4cd64
This commit is contained in:
parent
db7977923d
commit
dd0dc87a01
3 changed files with 1 additions and 3 deletions
|
@ -37,12 +37,12 @@ set(QT_MODULES
|
|||
Gui
|
||||
Qml
|
||||
QmlModels
|
||||
Positioning
|
||||
Sql
|
||||
Concurrent
|
||||
Core
|
||||
Core5Compat
|
||||
Multimedia
|
||||
Widgets
|
||||
)
|
||||
|
||||
if(NOT DEFINED WITH_WEBENGINE)
|
||||
|
|
|
@ -136,7 +136,6 @@ Only 64-bit MSVC build can be compiled.
|
|||
- Additional Libraries
|
||||
- Qt Multimedia
|
||||
- Qt Network Authorization
|
||||
- Qt Positioning
|
||||
- Qt WebChannel
|
||||
- Qt WebEngine
|
||||
- Qt WebSockets
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#include <QDir>
|
||||
|
||||
#include <QImage>
|
||||
#include <QItemDelegate>
|
||||
#include <QLabel>
|
||||
#include <QListWidget>
|
||||
#include <QMessageBox>
|
||||
|
|
Loading…
Add table
Reference in a new issue