Fix atp-get compile error

This commit is contained in:
Atlante45 2017-04-21 17:08:50 -07:00
parent 6fb074715e
commit 8269e01474
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ public:
UnknownError
};
AssetRequest(const QString& hash, ByteRange byteRange);
AssetRequest(const QString& hash, ByteRange byteRange = ByteRange());
virtual ~AssetRequest() override;
Q_INVOKABLE void start();

View file

@ -10,7 +10,7 @@ setup_hifi_project(Quick Gui OpenGL)
set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "Tests/manual-tests/")
# link in the shared libraries
link_hifi_libraries(shared octree gl gpu gpu-gl render model model-networking networking render-utils fbx entities entities-renderer animation audio avatars script-engine physics image)
link_hifi_libraries(shared octree gl gpu gpu-gl render model model-networking networking render-utils fbx entities entities-renderer animation audio avatars script-engine physics ktx image)
package_libraries_for_deployment()