#------------------------------------------------- # # 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 HEADERS += \ mainwindow.h \ windowrace.h \ hardwaresetup.h \ windowssettings.h \ counter.h \ countdown.h \ ampel.h \ database.h \ windowrennliste.h \ training.h FORMS += mainwindow.ui \ windowrace.ui \ windowssettings.ui \ windowrennliste.ui \ training.ui OTHER_FILES += RESOURCES += \ resource.qrc