-
Notifications
You must be signed in to change notification settings - Fork 0
How To Run
If you reached this page that means you installed Qt Creator.
-
The first thing to do is to open the
.pro
file with Qt creator. -
After that Qt asks you to configure this project and you do so by setting the Kit to Qt 5.10 minGW.
-
The next step may be to choose a building directory. Usually, it is set by default. You can check it from project configuration by clicking ctrl + 5. Build your project so that QT creator creates the build directory with all files. The program will crash for the first time (it's ok) that's because db file isn't configured yet.
-
At last, you need to put
Innodata.db
file andCSS
folder inside your build folder directory (wherever it's placed) This must be done in order to run the project. For example on my machine it is called `build-InnoLibraryManager-Desktop_Qt_5_10_0_MinGW_32bit-Debug. Please leave a copy of the CSS Folder in the main folder of the project also.
Now you can run the project with no problems. In case of any errors, check if your database is placed inside the build folder.