P
P
pixik2015-06-24 12:28:08
Qt
pixik, 2015-06-24 12:28:08

How to build a project in QT5 based on a project that was built by CMake?

Good time!
The essence is that, there is a project which gathers by means of CMake. It has a lot of dependencies on other libraries, but in general, everything works. It is necessary to create a GUI application in QT based on it, slightly changing some classes. The problem is that I can't build the project in QT, because the necessary headers and libraries are not found during the build (I'm new to QT, so I don't know how to write the correct * .pro file the first time.).
Maybe someone has already encountered, advise or kick in the right direction. Sincerely grateful!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
DancingOnWater, 2015-06-24
@pixik

For qmaje
Subprojects can be added directly to QtCreator, you can also connect files from the project (and external ones too)
For everything else, there is doc.qt.io/qt-5/qmake-variable-reference.html#libs

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question