Files
openmesh/.qmake.cache
Jan Möbius 6b48ca6090 Changed OpenMesh directory structure
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@105 fdac6126-5c0c-442c-9429-916003d36597
2009-04-30 12:41:12 +00:00

16 lines
211 B
Plaintext

unix {
TOPDIR = $$system( pwd )/
}
win32 {
TOPDIR = $$system( cd )/
}
#use next qmake.cache if it exists
exists(../.qmake.cache) {
include( ../.qmake.cache )
}
include( qmake/all.include )