Revize 681d1a97
Přidáno uživatelem Jakub Hejman před téměř 4 roky(ů)
deltarobot/modbusSlave.pro | ||
---|---|---|
4 | 4 |
# |
5 | 5 |
#------------------------------------------------- |
6 | 6 |
|
7 |
QT += core gui serialbus opengl charts sql |
|
7 |
QT += core gui serialbus opengl charts sql network
|
|
8 | 8 |
|
9 | 9 |
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets |
10 | 10 |
|
... | ... | |
31 | 31 |
} |
32 | 32 |
|
33 | 33 |
SOURCES += \ |
34 |
curvedataserver.cpp \ |
|
34 | 35 |
main.cpp \ |
35 | 36 |
mainwindow.cpp \ |
36 | 37 |
curvedialog.cpp \ |
... | ... | |
46 | 47 |
selectpatientdlg.cpp |
47 | 48 |
|
48 | 49 |
HEADERS += \ |
50 |
curvedataserver.h \ |
|
49 | 51 |
mainwindow.h \ |
50 | 52 |
curvedialog.h \ |
51 | 53 |
element/arrow.hpp \ |
Také k dispozici: Unified diff
Re #8629 - Server skeleton implementation