D
D
d3coy_002021-02-10 16:17:52
Qt
d3coy_00, 2021-02-10 16:17:52

Building a project in QT?

There is a source code in JAP working with a library for linux, I compile it on the command line with the command gcc -o programm programm.c -lX11. How to add the correct buld step so that the project is built in the QtCreator IDE and can be debugged there?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Ananiev, 2021-02-10
@d3coy_00

Create a project in QtCreator. Add your *.h and *.c files to it. Add a link to the X11 library and run it in debug mode under debugging.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question