How to access the Qt C++ project in Qt test project
Unsolved
General and Desktop
-
How to test the existing Qt C++ project code with Qt test both are sub-directories of a sub-directory project created to have both test project and C++ project in it.I dint know how to access the main C++ project code from test project.Is there any include statement or any linking process between the two project
-
@shravan_121 Simply add cpp files you want to test to SOURCES in your test pro file (you will probably need to add header files to HEADERS also).