[Qt-interest] A couple of newbie qmake questions.
ThrowOver ThrowOver
throwover at hotmail.co.uk
Thu Nov 19 03:43:21 CET 2009
Hi,
Well I've recently made the switch from MFC to QT (looks nice!) although as I've got a history with windows development, I've never had the need to understand makefiles although it seems that QT uses them extensively! I hope you don't mind but I've got a few questions, which I hope you could answer:
1) I have a project file as follows:
TARGET =
CONFIG = debug
DESTDIR = debug
OBJECTS_DIR = debug
DEPENDPATH += . Sources
INCLUDEPATH += .
# Input
SOURCES += Sources/FMain.cpp
And I am running on Windows with Visual Studio 2008 - what is confusing me though is when I run this I get a .pdb file in the main directory, not placed in the debug directory, is there some undocumented variable that sets all directories to output to a given directory, if not does anybody know how to get the .pdb into the debug folder from the project file?
2) Similar to above, is there a way I can ask qmake to output the Makefile into the debug directory?
I'm sure I'll have a few more, but for now those two will suffice I think. :)
Thanks very much,
Ben.
_________________________________________________________________
Add your Gmail and Yahoo! Mail email accounts into Hotmail - it's easy
http://clk.atdmt.com/UKM/go/186394592/direct/01/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20091119/4de956fc/attachment.html
More information about the Qt-interest-old
mailing list