Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Qt UI header file generation location
Qt UI header file generation location [message #714528] Wed, 10 August 2011 18:18 Go to next message
marlon.smith10 is currently offline marlon.smith10Friend
Messages: 1
Registered: August 2011
Junior Member
Hi everyone,

I'm using the Qt plugin for Eclipse for a project I'm working on. The project has subfolders for different classes, some of which contain ui files. When the plugin automatically generates the header files for those ui files, it places them in the root directory of the project, instead of the appropriate subfolder.

Is there a way to change this behaviour?

Thanks!

Marlon
Re: Qt UI header file generation location [message #780749 is a reply to message #714528] Thu, 19 January 2012 09:52 Go to previous message
Benjamin Gigot is currently offline Benjamin GigotFriend
Messages: 1
Registered: January 2012
Junior Member
I'm quite new to QT as well, but I think you can specify the folder path in the .pro file like this :

UI_DIR = ...

Similarly for moc and rcc files :

MOC_DIR = ...
RCC_DIR = ...

Previous Topic:Need: How to configure ProC in eclipse
Next Topic:What is the difference between DOM and PDOM?
Goto Forum:
  


Current Time: Thu Apr 25 04:44:28 GMT 2024

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

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

Back to the top