mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
fix QUrl include for ubuntu
This commit is contained in:
parent
61806935bb
commit
e22b33e96d
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
#ifndef hifi_NetworkingConstants_h
|
||||
#define hifi_NetworkingConstants_h
|
||||
|
||||
#include <QUrl.h>
|
||||
#include <QtCore/QUrl>
|
||||
|
||||
namespace NetworkingConstants {
|
||||
const QUrl METAVERSE_SERVER_URL = QUrl("https://metaverse.highfidelity.com");
|
||||
|
|
Loading…
Reference in a new issue