-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hi, I get the below error when running any test code or the helloworld example given:
module.js:356
Module._extensions [extension] (this, filename);
^
Error: dlopen(/Users/rharchandani/Documents/node-qt/build/Release/qt.node, 1): Library not loaded: /Users/dub/Qt/5.3/clang_64/lib/QtCore.framework/Versions/5/QtCore
Referenced from: /Users/rharchandani/Documents/node-qt/build/Release/qt.node
Reason: image not found
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object. (/Users/rharchandani/Documents/node-qt/lib/qt.js:40:10)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
Do you know what the issue is?