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

QtHelper plugin

<< < (2/4) > >>

critic:
I made all changes to plugin and it can be loaded from attaches to this message  :D
Use it for free

[attachment deleted by admin]

cb_gotcha:
hi, your new zip seems to be missing exchndl.cpp ... but it compiles without this file?

the interface is much better allowing adding of libs and search paths, nice. moc and ui generation work fine. I get an error when opening a new static project: cannot find qtcore in qt\lib. I guess it should be looking for this in qt\bin?

thanks sofar, very helpful

cb_gotcha:
trying it out for a while and it works great. :D
 just reporting back for hat its worth. Until now I used Borland so I am still figuring things out.
I just noticed that when you generate a static project the libs qtgui and qtcore are default in the QtHelper link-libs screen, and also the qt/include; qt/include/gui and qt/include/core in the QtHelper search path screen. If you compile the project you have 4 libs by default:
debug: -lQtCore4 -lQtGui4 -lQtGuid4 -lQtCored4
release: lQtCore4 -lQtGui4 -lQtGui4 -lQtCore4
and the include paths are specified twice.
This doesn't seem topose any problems btw. when I remove the default stuff from the qthelper interface the standard libs and includes are linked anyway so it compiles fine in both release and debug. Been trying this for the simple Qt examples.

critic:
Hello  :D
I made some improvements in plugin:

* deleted lines with test message boxes
* editor of search paths and others with use of global variables now don't convert to absolute path
* added message to build options page
New sources can be downloaded from attached files   :wink:
Enjoy and send me offers of how to improve it if any.

[attachment deleted by admin]

critic:
Soon I will add new settings page that will contain textedit for additional pro-file data (it will be appended to resulting pro-file after data that generated from C::B project file).
I think that this part can contain C::B variables (global, environment and others) and while generating pro-file they will be converted to corresponding value.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version