[Qt-interest] How to execute external programs from qmake?
Li-Chung Chang
clc168 at gmail.com
Wed Aug 25 16:56:39 CEST 2010
All,
Question is that:
1. I would like to use DBUS_INTERFACE to be processed by qdbusxml2cpp.
in the mean time, I would like to configure some arguments/options in
the qdbusxml2cpp (for example: -i Add other include file). It's
impossible to do that. Because....
#QTBUG-11677 (http://bugreports.qt.nokia.com/browse/QTBUG-11677)
When using the DBUS_INTERFACE functionality in a .pro file to list the
xml files to be processed by qdbusxml2cpp, there should be a method
for configuring what arguments/options will be passed to qdbusxml2cpp,
such as -N , -i, -c, etc.
2. So, I try to execute qdbusxml2cpp command by myself in the qmake
pro file. I only find out QMAKE_PRE_LINK - This variable contains the
command to execute before linking the TARGET together. It's to late to
execute qdbusxml2cpp.
3. How to execute external programs(qdbusxml2cpp) by myself from qmake?
Ziv
More information about the Qt-interest-old
mailing list