# Diese Datei wurde mit dem qmake-Manager von KDevelop erstellt. 
# ------------------------------------------- 
# Unterordner relativ zum Projektordner: ./src
# Das Target ist eine Anwendung:  ../bin/traffix

HEADERS += traffix.h \
           plotterfield.h \
           colorslider.h \
           nettraffix.h 
SOURCES += traffix.cpp \
           plotterfield.cpp \
           main.cpp \
           colorslider.cpp \
           nettraffix.cpp 
RESOURCES = traffix.qrc
TEMPLATE = app
CONFIG += qt windows thread warn_on debug
QT += gui core
TARGET = ../bin/traffix