summaryrefslogtreecommitdiffstats
path: root/tests/arthur/datagenerator/datagenerator.pro
blob: 114e81a7955d57d5fcd02b27a6cf715b53801a2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# -*- Mode: makefile -*-
COMMON_FOLDER = $$PWD/../common
include(../arthurtester.pri)
CONFIG += debug console
TEMPLATE = app
TARGET = datagenerator
DEPENDPATH += .
INCLUDEPATH += .
DESTDIR = ../bin

QT += svg xml
contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2):QT += opengl

# Input
HEADERS += datagenerator.h \
	xmlgenerator.h
SOURCES += main.cpp datagenerator.cpp \
	xmlgenerator.cpp 

DEFINES += QT_USE_USING_NAMESPACE