Ignore:
Timestamp:
Aug 2, 2010, 9:27:30 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/qmake/project.cpp

    r651 r769  
    4545#include "cachekeys.h"
    4646
    47 #include "epocroot.h"
    48 
    4947#include <qdatetime.h>
    5048#include <qfile.h>
     
    6664#include <stdio.h>
    6765#include <stdlib.h>
     66
     67// Included from tools/shared
     68#include <symbian/epocroot.h>
    6869
    6970#ifdef Q_OS_WIN32
     
    30763077    } else if(var == QLatin1String("_PRO_FILE_PWD_")) {
    30773078        var = ".BUILTIN." + var;
    3078         place[var] =  QStringList(QFileInfo(pfile).absolutePath());
     3079        place[var] = QStringList(pfile.isEmpty() ? qmake_getpwd() : QFileInfo(pfile).absolutePath());
    30793080    } else if(var == QLatin1String("_QMAKE_CACHE_")) {
    30803081        var = ".BUILTIN." + var;
Note: See TracChangeset for help on using the changeset viewer.