Converting a pro file to make list

asked 2018-05-07 11:04:46 -0500

babe gravatar image

updated 2022-03-05 18:32:40 -0500

lucasw gravatar image

I have a pro file and I want to convert it to make a list to compile my code under ROS. But I still have many errors like errors with qobject, and the qbus classes. Anyone have an idea on how to fix this?

the .pro file

QT+= dbus
QT += core gui
QT += network widgets

CONFIG+= c++11

SOURCES +=
main.cpp
file.cpp

HEADERS +=
file.h
edit retag flag offensive close merge delete

Comments

1

What is a .pro file? I was not able to find anything useful about them with a quick google search (However, I did find lots of things about profiles and PROCAD, but neither of those seem related)

ahendrix gravatar image ahendrix  ( 2018-05-08 13:23:24 -0500 )edit