I am trying to instantiate a new QCustomPlot variable QCustomPlot* plot = new QCustomPlot();
Program exits after executing this line. There is no error in compilation or after program exits.
Am I missing something?
What is the solution for this issue?
Solution - Rebuilt the library and it worked