The reference of qmake variable can be found http://doc.trolltech.com/4.6/qmake-variable-reference.html. Two of useful variables
OBJECTS_DIR = .obj
MOC_DIR = .moc
specifiy the location of temporary files. In above example, they are located at the .obj and .moc.
No comments:
Post a Comment