author | Alex Gilkes <alex.gilkes@nokia.com> |
Mon, 11 Jan 2010 14:00:40 +0000 | |
changeset 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
# -*- Mode: makefile -*- |
2 |
COMMON_FOLDER = $$PWD/../common |
|
3 |
include(../arthurtester.pri) |
|
4 |
TEMPLATE = app |
|
5 |
TARGET = performancediff |
|
6 |
DEPENDPATH += . |
|
7 |
INCLUDEPATH += . |
|
8 |
DESTDIR = ../bin |
|
9 |
||
10 |
CONFIG += console |
|
11 |
||
12 |
QT += xml svg |
|
13 |
contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2):QT += opengl |
|
14 |
contains(QT_CONFIG, qt3support):QT += qt3support |
|
15 |
||
16 |
# Input |
|
17 |
HEADERS += performancediff.h |
|
18 |
SOURCES += main.cpp performancediff.cpp |
|
19 |
||
20 |