Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

QtWorkbench plugin

<< < (42/44) > >>

yop:
@rododox Resize the window, some options are hidden (it's a bug). Check the "Using QtWorkbench" check box and you 'll be ready to go.

@wildcart I 've added this: http://code.google.com/p/qtworkbench/issues/detail?id=13

@dandy Try from the command line. Maybe make.exe is not in your path?

wildcart:
Hi,

I tried to use code::blocks' global variables in my windows project, adding $(#var.include) to 'Build Options -> Search Directories -> ...'.  When I try to compile the project I get the following error:

--- Code: ---Makefile.ASDViewer.Release:15: *** unterminated variable reference.  Stop.

--- End code ---

So the question is: Does qtworkbench support code::blocks global variables?


Some more information:
In qmake's project file the variables are not resolved instead the include line looks like this:

--- Code: ---INCLUDEPATH += E:\MinGW\include $(#ft.include) $(#ft.include)\freetyp2 $(#ftgl.include)

--- End code ---

and the offending line in the created Makefile is (line breaks are inserted for readability), note the -I"$(":

--- Code: ---INCPATH       = -I"..\..\..\lib\QT\4.4.0\include\QtCore"
-I"..\..\..\lib\QT\4.4.0\include\QtCore"
-I"..\..\..\lib\QT\4.4.0\include\QtGui"
-I"..\..\..\lib\QT\4.4.0\include\QtGui"
-I"..\..\..\lib\QT\4.4.0\include\QtOpenGL"
-I"..\..\..\lib\QT\4.4.0\include\QtOpenGL"
-I"..\..\..\lib\QT\4.4.0\include\QtXml"
-I"..\..\..\lib\QT\4.4.0\include\QtXml"
-I"..\..\..\lib\QT\4.4.0\include"
-I"..\..\..\MinGW\include"
-I"$("
-I"e:\lib\QT\4.4.0\include\ActiveQt"
-I"..\asdviewer\obj"
-I"..\asdviewer\obj"
-I"..\..\..\lib\QT\4.4.0\mkspecs\default"

--- End code ---



Two more things:
1) If global variables are not yet supported I can try to take a look at it.
2) Is this the right place to ask these questions or should I go to

--- Quote ---http://code.google.com/p/qtworkbench/issues/list

--- End quote ---

regards
  Chriss

RT200:
Looks like this plugin has been orphaned :(  Is there anyone who can maintain it?

yop:
It's not orphaned. It's just not in my immediate priorities. In any case if someone wants to step in he 's more than welcome :-)

RT200:
I was worring about potential problems - what if some changes in C::B broke this plugins? But since you still keep eye on it is ok ;)

P.S. Thx for QtWorkBench, it makes my life more easy.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version