mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-15 16:59:39 +02:00
add a missing slash in path for release hydra support
This commit is contained in:
parent
8cb258e14c
commit
2ce2c9e953
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ void SixenseManager::initialize() {
|
|||
_sixenseLibrary = new QLibrary(SIXENSE_LIB_FILENAME);
|
||||
#else
|
||||
const QString SIXENSE_LIBRARY_NAME = "libsixense_x64";
|
||||
QString frameworkSixenseLibrary = QCoreApplication::applicationDirPath() + "../Frameworks/"
|
||||
QString frameworkSixenseLibrary = QCoreApplication::applicationDirPath() + "/../Frameworks/"
|
||||
+ SIXENSE_LIBRARY_NAME;
|
||||
|
||||
_sixenseLibrary = new QLibrary(frameworkSixenseLibrary);
|
||||
|
|
Loading…
Reference in a new issue