you have to look at the custom build of the header files (e.g. QTApplicationHandler.h). There you will see the command.
Is there a specific reason, you are using IVTQTGUILib? This is quite old. All example applications of the IVT run with the "new" GUI toolkit, which is platform independent and does not require Qt. Under Windows IVTWin32GUI is required only. Under Linux you can switch between GTK and Qt. Under Mac OS X Cocoa is used.
Pedram
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I have installed Qt 4.7.2. in directory C:/QtSDK/Qt, QTDIR is set to C:/QtSDK/Qt.
When building IVTQTGUILib a error messagwe appears
Performing Custom Build Step
Path not found
Performing Custom Build Step
Path not found
A "custom build step" is in defined in the custom build setings, but the command line is empty..
The other 3 libraries compile without errors.
Is there something missing?
Thanks for support.
Regards
Wolfgang
Hi Wolfgang,
you have to look at the custom build of the header files (e.g. QTApplicationHandler.h). There you will see the command.
Is there a specific reason, you are using IVTQTGUILib? This is quite old. All example applications of the IVT run with the "new" GUI toolkit, which is platform independent and does not require Qt. Under Windows IVTWin32GUI is required only. Under Linux you can switch between GTK and Qt. Under Mac OS X Cocoa is used.
Pedram