Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » From QTCreator to Eclipse
icon3.gif  From QTCreator to Eclipse [message #856303] Wed, 25 April 2012 14:47 Go to next message
Elisabetta Iorfida is currently offline Elisabetta IorfidaFriend
Messages: 3
Registered: April 2012
Junior Member
Hello folks!

I am a new Eclipse C++ user, I've always coded with QT. My new job brought me into this new "environment" that I have to learn.

Currently I need to export an old QT project into Eclipse, I've (easily) tried to open and compile but it seems it does not work Rolling Eyes .

I would like to know if there is anyone that has already had this kind of "problem" (I am not sure this can really be considered as a problem, but I am really new with Eclipse) and if she/he knows how to figure it out!

Thank you!!

Elisabetta
Re: From QTCreator to Eclipse [message #857282 is a reply to message #856303] Thu, 26 April 2012 12:15 Go to previous message
Axel Mueller is currently offline Axel MuellerFriend
Messages: 1973
Registered: July 2009
Senior Member
There should be a file called something like myapp.pro. You can then use qmake to generate a makefile from the .pro file. Eclipse then uses the makefile for build.


Before you ask
- search this forum
- see the FAQ http://wiki.eclipse.org/CDT/User/FAQ
- google
Previous Topic:how would i run a function when a user make changes to the Environment Variable of a C++ Project
Next Topic:Linking referenced project when building a static lib.
Goto Forum:
  


Current Time: Fri Apr 26 10:48:52 GMT 2024

Powered by FUDForum. Page generated in 0.03854 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top