move QMakeEvaluator declaration to an own file

Change-Id: Ifc13af5f5b8a2b497075027acfb7b621ab0514ad
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
Oswald Buddenhagen
2012-05-02 18:59:46 +02:00
parent 95dfa15a7c
commit c84fbe0455
7 changed files with 233 additions and 174 deletions

View File

@@ -32,6 +32,7 @@
#include "qmakeglobals.h"
#include "qmakeparser.h"
#include "qmakeevaluator.h"
#include "profileevaluator.h"
#include <QCoreApplication>

View File

@@ -16,7 +16,7 @@ build_all:!build_pass {
}
SOURCES = main.cpp qmakeglobals.cpp qmakeparser.cpp profileevaluator.cpp proitems.cpp ioutils.cpp
HEADERS = qmakeglobals.h qmakeparser.h profileevaluator.h proitems.h ioutils.h
HEADERS = qmakeglobals.h qmakeparser.h profileevaluator.h qmakeevaluator.h proitems.h ioutils.h
DEFINES += QT_NO_CAST_TO_ASCII QT_NO_CAST_FROM_ASCII
DEFINES += QT_USE_FAST_OPERATOR_PLUS QT_USE_FAST_CONCATENATION