Error when executing step "qmake"
-
Migrating a QT4 project to QT5 (also from CENTOS to Ubuntu) and I keep getting the following error:
Error while building/deploying project oasis (kit: Replacement for "Qt 4.8.5")
When executing step "qmake"Before this, I get a lot of warnings for (no longer used) files not found in the compile output, but that's about it. Any idea what's going on here? I'm new to QT development.
-
@steampunk333 There should be the actual error somewhere. Please search for it in qmake output and post it here.
-
Ran qmake in the terminal, got the following:
make[2]: *** No rule to make target '/opt/EDTpdv/libpdv.a', needed by 'libcommon.so.1.0.0'. Stop.
make[2]: Leaving directory '/home/sam/workspace/sample/RealTimeThreadFuncs/common'
make[1]: *** [Makefile:70: sub-common-make_first] Error 2
make[1]: Leaving directory '/home/sam/workspace/sample/RealTimeThreadFuncs'
make: *** [Makefile:92: sub-RealTimeThreadFuncs-make_first-ordered] Error 2