mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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