User forums > Using Code::Blocks

Preprocessing Qt files without the Qtworkbench plugin?

<< < (2/2)

dmoore:
can't the "advanced compiler options" handle this case? create a new compiler derived from gcc then add extra command handlers for the relevant file types.

rickg22:
Well, the problem is that (at least to my knowledge, please correct me if I'm wrong), the advanced compiler options are NOT project-specific. Hence, the code's not portable across different users.

dmoore:

--- Quote from: rickg22 on February 25, 2009, 03:19:39 pm ---Well, the problem is that (at least to my knowledge, please correct me if I'm wrong), the advanced compiler options are NOT project-specific. Hence, the code's not portable across different users.


--- End quote ---

the compiler chosen for each target is stored persistently in the project file. you just need a mechanism to export and deploy compilers.

Navigation

[0] Message Index

[*] Previous page

Go to full version