[Qt-interest] Help me in figurung out the paths specified by project file for idl and tlb files generation
Santhosh Y
santhosh at softjin.com
Fri Aug 6 12:44:41 CEST 2010
Hi,
Following is the project file contents under Qt/ directory at
"\Qt\4.5.2\examples\activeqt\comapp"
/////////////////////////////////////////////////
TEMPLATE = app
CONFIG += qaxserver
# Input
SOURCES += main.cpp
RC_FILE = comapp.rc
# install
target.path = $$[QT_INSTALL_EXAMPLES]/activeqt/comapp
*@echo "Building $$target.path"*
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS comapp.pro
*@echo "Building $$sources.files"*
sources.path = $$[QT_INSTALL_EXAMPLES]/activeqt/comapp
*@echo "Building $$sources.path"*
*INSTALLS += target sources* # any idea what it will do?
///////////////////////////////////////
Here when I build the above project file without echo lines in the
project files, it is dumping .idl and .tlb files in dbg/ and release/
directories
for debug and release versions respectively.
I would like to see what paths are these; in order to specify myself the
targets for idl and tlb files for release and debug versions.
So, I tried adding echos sth like above. But qmake is giving me the error.
Please tell me how to see these.
--
----------------------------------------------------
Y Santhosh Kumar -
Senior Software Engineer,
SoftJin Technologies Pvt Ltd,
www.softjin.com
----------------------------------------------------
Business Disclaimer
____________________________________________________________
This e-mail message and any files transmitted with it are intended solely
for the use of the individual or entity to which they are addressed. It
may contain confidential, proprietary or legally privileged information.
If you are not the intended recipient please be advised that you have
received this message in error and any use is strictly prohibited. Please
immediately delete it and all copies of it from your system, destroy any
hard copies of it and notify the sender by return mail. You must not,
directly or indirectly, use, disclose, distribute, print, or copy any part of
this message if you are not the intended recipient.
___________________________________________________________
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100806/880cad6a/attachment.html
More information about the Qt-interest-old
mailing list