-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSmartSystems.pro
54 lines (31 loc) · 934 Bytes
/
SmartSystems.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#-------------------------------------------------
#
# Project created by QtCreator 2011-11-25T10:49:37
#
#-------------------------------------------------
QT += core gui network xml
LIBS += D:\\Workspace\\SmartSystems\\nidaqmx\\NIDAQmx.lib
TARGET = SmartSystems
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
roomcontrolwidget.cpp \
server/server.cpp \
server/connection.cpp \
shareddata/shareddata.cpp \
shareddata/roomdata.cpp \
shareddata/newoutputhandler.cpp \
logger.cpp \
nidaqmx/niinterface.cpp \
automodethread.cpp
HEADERS += mainwindow.h \
roomcontrolwidget.h \
server/server.h \
server/connection.h \
shareddata/shareddata.h \
shareddata/roomdata.h \
shareddata/newoutputhandler.h \
logger.h \
nidaqmx/NIDAQmx.h \
nidaqmx/niinterface.h \
automodethread.h