Skip to content

How To Run

hussainkarafallah edited this page Apr 12, 2018 · 2 revisions

If you reached this page that means you installed Qt Creator.

Complete this steps to run the project:

  1. The first thing to do is to open the .pro file with Qt creator.

  2. After that Qt asks you to configure this project and you do so by setting the Kit to Qt 5.10 minGW.

  3. 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.

  4. At last, you need to put Innodata.db file and CSS 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.

Clone this wiki locally