Help idetify the actuall source of error
-
I have removed subproject from project and now I am getting these expected errors.
I can tell that C_bluetoothctl project cannot find removed MainWindow_SubProject_MDI.
I have removed references in .pro file and still getting this error .
I am assuming now missing #include is causing it , but the error message does not identify the source...
Usually the error #include gets highlighted or the error identifies the line #,but none of that is happening.
Any suggestion how to proceed to find the actual source off the error ?
/usr/bin/ld: /mnt/md127/MDI_WORK_COPY_FOLDER/MDI_BT_Sep11_BASE/SOURCE/mdi/../../MDI_BT/MDI_BT/C_BLUETOOTHCTL/C_bluetoothctl//libC_bluetoothctl.so: undefined reference to
non-virtual thunk to MainWindow_SubProject_MDI::~MainWindow_SubProject_MDI()' /usr/bin/ld: /mnt/md127/MDI_WORK_COPY_FOLDER/MDI_BT_Sep11_BASE/SOURCE/mdi/../../MDI_BT/MDI_BT/C_BLUETOOTHCTL/C_bluetoothctl//libC_bluetoothctl.so: undefined reference to
MainWindow_SubProject_MDI::~MainWindow_SubProject_MDI()'
/usr/bin/ld: /mnt/md127/MDI_WORK_COPY_FOLDER/MDI_BT_Sep11_BASE/SOURCE/mdi/../../MDI_BT/MDI_BT/C_BLUETOOTHCTL/C_bluetoothctl//libC_bluetoothctl.so: undefined reference tonon-virtual thunk to MainWindow_SubProject_MDI::~MainWindow_SubProject_MDI()' /usr/bin/ld: /mnt/md127/MDI_WORK_COPY_FOLDER/MDI_BT_Sep11_BASE/SOURCE/mdi/../../MDI_BT/MDI_BT/C_BLUETOOTHCTL/C_bluetoothctl//libC_bluetoothctl.so: undefined reference to
MainWindow_SubProject_MDI::~MainWindow_SubProject_MDI()'