I am getting an error on my output stating that on execution of this section of code:
oracle.addDatabase("QOCI8"); // for an Oracle database

Output: QSqlDatabase: QOCI8 driver not loaded
Output: QSqlDatabase: available drivers: QSQLLite

I included the Oracle client directory in my C/C++ -> General -> Additional Include Directories, Linker -> General -> Additional Library Directories, and Linker -> Input -> Additional Dependencies

Is there something that I forgot??? Thank you in advance for your help.