Blame view

app/gui/oven_control/oven_control.pro 1.76 KB
8c2952457   김태훈   응용 프로그램 추가
1
2
3
4
5
6
7
8
9
10
  #-------------------------------------------------
  #
  # Project created by QtCreator 2017-02-14T10:46:32
  #
  #-------------------------------------------------
  
  QT       += core gui
  QT       += network
  
  greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
02d63e8da   김태훈   INSTALL PATH 변경, ...
11
  TARGET = app-prime-gui
8c2952457   김태훈   응용 프로그램 추가
12
13
14
15
16
17
18
19
20
21
22
23
  TEMPLATE = app
  
  
  SOURCES += main.cpp\
          mainwindow.cpp \
      cook.cpp \
      oven.cpp \
      abstractoveninterface.cpp \
      clock.cpp \
      manualcookwindow.cpp \
      udphandler.cpp \
      ovencontroller.cpp \
8c2952457   김태훈   응용 프로그램 추가
24
25
26
27
28
29
30
      configwindow.cpp \
      functiontestwindow.cpp \
      componenttestwindow.cpp \
      burnertestwindow.cpp \
      valvetestwindow.cpp \
      washtestwindow.cpp \
      fantestwindow.cpp \
99b8066f4   김태훈   V0.1.1
31
32
33
34
35
36
37
      gastestwindow.cpp \
      autocookselectionwindow.cpp \
      autocookwindow.cpp \
      animatedimagebox.cpp \
      circulargauge.cpp \
      humiditycirculargauge.cpp \
      heatcirculargauge.cpp
8c2952457   김태훈   응용 프로그램 추가
38
39
40
41
42
43
44
45
46
47
  
  HEADERS  += mainwindow.h \
      cook.h \
      oven.h \
      abstractoveninterface.h \
      clock.h \
      manualcookwindow.h \
      udphandler.h \
      all_share.h \
      ovencontroller.h \
8c2952457   김태훈   응용 프로그램 추가
48
49
50
51
52
53
54
      configwindow.h \
      functiontestwindow.h \
      componenttestwindow.h \
      burnertestwindow.h \
      valvetestwindow.h \
      washtestwindow.h \
      fantestwindow.h \
99b8066f4   김태훈   V0.1.1
55
56
57
58
59
60
61
      gastestwindow.h \
      autocookselectionwindow.h \
      autocookwindow.h \
      animatedimagebox.h \
      circulargauge.h \
      humiditycirculargauge.h \
      heatcirculargauge.h
8c2952457   김태훈   응용 프로그램 추가
62
63
64
  
  FORMS    += mainwindow.ui \
      manualcookwindow.ui \
8c2952457   김태훈   응용 프로그램 추가
65
66
67
68
69
70
71
      configwindow.ui \
      functiontestwindow.ui \
      componenttestwindow.ui \
      burnertestwindow.ui \
      valvetestwindow.ui \
      washtestwindow.ui \
      fantestwindow.ui \
99b8066f4   김태훈   V0.1.1
72
73
74
      gastestwindow.ui \
      autocookselectionwindow.ui \
      autocookwindow.ui
8c2952457   김태훈   응용 프로그램 추가
75
76
77
  
  RESOURCES += \
      resources.qrc
c598b01b2   김태훈   GUI 업데이트
78
02d63e8da   김태훈   INSTALL PATH 변경, ...
79
  target.path = /falinux/dev
c598b01b2   김태훈   GUI 업데이트
80
  INSTALLS += target
99b8066f4   김태훈   V0.1.1
81
82
  
  DISTFILES +=