fix QUrl include for ubuntu

This commit is contained in:
Stephen Birarda 2015-03-31 17:00:04 -07:00
parent 61806935bb
commit e22b33e96d

View file

@ -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");