initial commit
This commit is contained in:
47
RennbahnZeitmessung.pro
Normal file
47
RennbahnZeitmessung.pro
Normal file
@@ -0,0 +1,47 @@
|
||||
#-------------------------------------------------
|
||||
#
|
||||
# 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
|
||||
|
||||
HEADERS += \
|
||||
mainwindow.h \
|
||||
windowrace.h \
|
||||
hardwaresetup.h \
|
||||
windowssettings.h \
|
||||
counter.h \
|
||||
countdown.h \
|
||||
ampel.h \
|
||||
database.h \
|
||||
windowrennliste.h
|
||||
|
||||
FORMS += mainwindow.ui \
|
||||
windowrace.ui \
|
||||
windowssettings.ui \
|
||||
windowrennliste.ui
|
||||
|
||||
OTHER_FILES +=
|
||||
|
||||
RESOURCES += \
|
||||
resource.qrc
|
||||
Reference in New Issue
Block a user