Hi Experts,
i'm planning to move into Nokia QT latest version.
currently i'm using Carbide C++ version 2.6
How do i import my project into Nokia QT ?
or is there any complication application that i can use?
thx in advance,
STone
Hi Experts,
i'm planning to move into Nokia QT latest version.
currently i'm using Carbide C++ version 2.6
How do i import my project into Nokia QT ?
or is there any complication application that i can use?
thx in advance,
STone
Hi there...
Thx for your reply,
my question is does all my carbide c++ codes automatically converted into Nokia QT codes,
if i imported that way?
i wouldn't know if carbide now has a .pro file (the last time i checked it didn't) but if it does, then yes. All your codes will be imported.
If your project in Carbide is a pure Qt project, or at least entirely built from a .pro file (which is supported in Carbide for Qt projects) then yes, importing the .pro file should do everything you need. If you've got MMP files that aren't generated from a .pro file then they won't be imported and there's no magic tool to do it for you, although running "qmake -project" in the project folder often does a reasonable first guess for you to start editing manually.