]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - apps/thermostat-demo.git/blob - ThermostatDemo.pro
thermostat-demo: Add license information
[apps/thermostat-demo.git] / ThermostatDemo.pro
1 #-------------------------------------------------
2 #
3 # Project created by QtCreator 2012-07-02T08:59:53
4 #
5 #-------------------------------------------------
7 QT       += core gui svg network script
10 TARGET = ThermostatDemo
11 TEMPLATE = app
13 SOURCES += main.cpp \
14     weatherwidget.cpp \
15     thermostatwidget.cpp \
16     optionswidget.cpp \
17     webdata.cpp \
18     awayscreen.cpp \
19     mainwindow.cpp \
20     schedulescreen.cpp \
21     schedulepoint.cpp \
22     keyboard/keyboard.cpp \
23     settingscreen.cpp \
24     globalsettings.cpp \
25     qkeyboardlineedit.cpp \
26     weatherdata.cpp \
27     forecastdata.cpp \
28     forecastdatawidget.cpp \
29     utilities.cpp \
30     weatherdatawidget.cpp \
31     webdataengine/webdataengine.cpp \
32     webdataengine/openweathermapdataengine.cpp \
33     webdataengine/wundergrounddataengine.cpp \
34     remoteaccessmanager.cpp
36 HEADERS  += \
37     weatherwidget.h \
38     thermostatwidget.h \
39     optionswidget.h \
40     webdata.h \
41     awayscreen.h \
42     mainwindow.h \
43     schedulescreen.h \
44     schedulepoint.h \
45     keyboard/keyboard.h \
46     settingscreen.h \
47     STARTHERE.h \
48     globalsettings.h \
49     qkeyboardlineedit.h \
50     weatherdata.h \
51     forecastdata.h \
52     forecastdatawidget.h \
53     utilities.h \
54     weatherdatawidget.h \
55     main.h \
56     webdataengine/webdataengine.h \
57     webdataengine/openweathermapdataengine.h \
58     webdataengine/wundergrounddataengine.h \
59     remoteaccessmanager.h
61 RESOURCES += \
62     thermostatdemo.qrc
64 RCC_DIR = Images/
66 FORMS += \
67     keyboard/keyboard.ui
70 target.path += /home/root
71 INSTALLS += target
73 OTHER_FILES +=