inject QT_VERSION into the evaluator

almost too simple to be right, given the TODO ...
This commit is contained in:
Oswald Buddenhagen
2009-07-31 20:37:47 +02:00
parent f6f8340b8e
commit 2a4ef827a9
2 changed files with 1 additions and 1 deletions

View File

@@ -47,7 +47,6 @@ ProFileReader::~ProFileReader()
void ProFileReader::setQtVersion(QtVersion *qtVersion) {
addProperties(qtVersion->versionInfo());
// ### TODO override QT_VERSION property
}
bool ProFileReader::readProFile(const QString &fileName)

View File

@@ -758,6 +758,7 @@ void QtVersion::updateVersionInfo() const
QFileInfo qmake(qmakeCommand());
if (qmake.exists()) {
static const char * const variables[] = {
"QT_VERSION",
"QT_INSTALL_DATA",
"QT_INSTALL_LIBS",
"QT_INSTALL_HEADERS",