equal
deleted
inserted
replaced
|
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 |