Commit c47f2502 authored by Sergey Luzyanin's avatar Sergey Luzyanin Committed by Alexander Trofimov

sdk берем из папки sdkjs/slide

parent f08265aa
......@@ -19,7 +19,7 @@ public:
CNativeCtrl::initializeGL();
QString qsBasePath = QApplication::applicationDirPath();
QString qsFontsPath = qsBasePath + "/../../../../fonts/owner";
QString qsSDKPath = qsBasePath + "/../../../../test_mobile/script.bin";
QString qsSDKPath = qsBasePath + "/../../../../../sdkjs/slide/sdk-all.js";
QString qsFilePath = qsBasePath + "/../../../../test_mobile/Editor2.bin";
CApplicationFontsWorker *pWorker = new CApplicationFontsWorker();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment