Qt-interest Archive, July 2007
eclipse stuff - how to import project from cvs and tell that it should compile as QT?
Message 1 in thread
Dear All,
i think that subject says all. I have imported module from source forge. It
is pure qt application so qmake/make needs to be called.
It seems that even if i have eclipse qt plugin (the one from qt) it does not
want to build....
any help appreciated....
thx
d.
Message 2 in thread
Hi,
I'm currently working with Eclipse Europa and the RC1 of the Qt Eclipse integration.
The import of existing projects works quite well - so you just have to checkout
your project and then run Menu File -> Import -> Qt - >Qt Project and select your
topmost .pro file. My project consists of a .pro file with many subdirs - and even
though there are many complex .pro files, the import works fine.
So you have to check:
- is the Qt Eclipse plugin working? (see if plugin is found and enabled under
Menu Help -> Software Updates -> Manage Configuration)
- is your project checked out completely?
- are all paths inside .pro files correct?
- can you import the Qt project?
- do you see your project files/dirs in the Project Explorer?
- can you Run or Build the project?
The problems I encountered were incompatible versions of Eclipse / CDT or corrupted
.pro files.
Best Regards,
Chris
--
[ signature omitted ]