Files
Rennbahn/RennbahnZeitmessung.pro

57 lines
1016 B
Prolog

#-------------------------------------------------
#
# Project created by QtCreator 2014-08-18T22:07:00
#
#-------------------------------------------------
QT += core gui
QT += sql
QT += core
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = RennbahnZeitmessung
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
windowrace.cpp \
hardwaresetup.cpp \
windowssettings.cpp \
counter.cpp \
countdown.cpp \
ampel.cpp \
database.cpp \
windowrennliste.cpp \
training.cpp \
timemodel.cpp
HEADERS += \
mainwindow.h \
windowrace.h \
hardwaresetup.h \
windowssettings.h \
counter.h \
countdown.h \
ampel.h \
database.h \
windowrennliste.h \
training.h \
timemodel.h
FORMS += mainwindow.ui \
windowrace.ui \
windowssettings.ui \
windowrennliste.ui \
training.ui
OTHER_FILES +=
INCLUDEPATH += /home/jpaehr/Dokumente/libusb/libusb
LIBS += -L "/usr/lib" -lusb
RESOURCES += \
resource.qrc