[Qt-interest] Qt Visual Studio plugin doesn't honor paths on import
Scott Aron Bloom
Scott.Bloom at onshorecs.com
Thu Oct 6 18:04:13 CEST 2011
Using qmake, unfortunately, tends to push you towards an "insource"
build area. It is POSSIBLE but difficult... and it took a ton of
permutations on an old project of mine to get there...
Essentially, what I wound up doing, is creating a parallel directory
structure for the .pro files that used $$PWD/../.. type paths to the
source code.
If you really want an out of source build area, CMake is your tool.
Scott
From: qt-interest-bounces+scott.bloom=onshorecs.com at qt.nokia.com
[mailto:qt-interest-bounces+scott.bloom=onshorecs.com at qt.nokia.com] On
Behalf Of Schimkowitsch Robert
Sent: Thursday, October 06, 2011 1:57 AM
To: qt-interest at qt.nokia.com
Subject: [Qt-interest] Qt Visual Studio plugin doesn't honor paths on
import
I am trying to import a .pro file into Visual Studio 2010, using the Qt
Plugin 1.1.9
Within the .pro file, I go to great lengths to set the corrects paths
for all the plattforms we support (VS2010, VS2008, MingGW, GCC) - and
then, the plugin simply ignores the paths.
For example, I set
MOC_DIR
to "../../win32msvc2010.moc", but after importing, the default MOC path
as per plugin settings is set in my solution.
I have verified by using the message function that I set the correct
paths.
What else could I try? Or is this a known bug?
Kind regards
Robert Schimkowitsch
________________________________
This message and any attachments are solely for the use of the intended
recipients. They may contain privileged and/or confidential information
or other information protected from disclosure. If you are not an
intended recipient, you are hereby notified that you received this email
in error and that any review, dissemination, distribution or copying of
this email and any attachment is strictly prohibited. If you have
received this email in error, please contact the sender and delete the
message and any attachment from your system.
ANDRITZ HYDRO GmbH
Rechtsform/ Legal form: Gesellschaft mit beschrankter Haftung /
Corporation
Firmensitz/ Registered seat: Wien
Firmenbuchgericht/ Court of registry: Handelsgericht Wien
Firmenbuchnummer/ Company registration: FN 61833 g
DVR: 0605077
UID-Nr.: ATU14756806
Thank You.
________________________________
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20111006/a5d47459/attachment.html
More information about the Qt-interest-old
mailing list