oven_control.pro 2.12 KB
#-------------------------------------------------
#
# Project created by QtCreator 2017-02-14T10:46:32
#
#-------------------------------------------------

QT       += core gui
QT       += network

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = app-prime-gui
TEMPLATE = app


SOURCES += main.cpp\
        mainwindow.cpp \
    cook.cpp \
    oven.cpp \
    abstractoveninterface.cpp \
    clock.cpp \
    manualcookwindow.cpp \
    udphandler.cpp \
    ovencontroller.cpp \
    configwindow.cpp \
    functiontestwindow.cpp \
    componenttestwindow.cpp \
    burnertestwindow.cpp \
    valvetestwindow.cpp \
    washtestwindow.cpp \
    fantestwindow.cpp \
    gastestwindow.cpp \
    autocookselectionwindow.cpp \
    autocookwindow.cpp \
    animatedimagebox.cpp \
    circulargauge.cpp \
    humiditycirculargauge.cpp \
    heatcirculargauge.cpp \
    preheattempgauge.cpp \
    autocookconfigwindow.cpp \
    washwindow.cpp \
    washstepgauge.cpp \
    preheatpopup.cpp \
    longpreheattempgauge.cpp

HEADERS  += mainwindow.h \
    cook.h \
    oven.h \
    abstractoveninterface.h \
    clock.h \
    manualcookwindow.h \
    udphandler.h \
    all_share.h \
    ovencontroller.h \
    configwindow.h \
    functiontestwindow.h \
    componenttestwindow.h \
    burnertestwindow.h \
    valvetestwindow.h \
    washtestwindow.h \
    fantestwindow.h \
    gastestwindow.h \
    autocookselectionwindow.h \
    autocookwindow.h \
    animatedimagebox.h \
    circulargauge.h \
    humiditycirculargauge.h \
    heatcirculargauge.h \
    preheattempgauge.h \
    autocookconfigwindow.h \
    washwindow.h \
    washstepgauge.h \
    preheatpopup.h \
    longpreheattempgauge.h

FORMS    += mainwindow.ui \
    manualcookwindow.ui \
    configwindow.ui \
    functiontestwindow.ui \
    componenttestwindow.ui \
    burnertestwindow.ui \
    valvetestwindow.ui \
    washtestwindow.ui \
    fantestwindow.ui \
    gastestwindow.ui \
    autocookselectionwindow.ui \
    autocookwindow.ui \
    autocookconfigwindow.ui \
    washwindow.ui \
    preheatpopup.ui

RESOURCES += \
    resources.qrc

target.path = /falinux/dev
INSTALLS += target

DISTFILES +=