This repository was archived by the owner on Feb 25, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgenerators.pro
78 lines (59 loc) · 1.64 KB
/
generators.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
#-------------------------------------------------
#
# Project created by QtCreator 2017-03-27T15:48:48
#
#-------------------------------------------------
QT += network serialport
QT -= gui
TARGET = generators
TEMPLATE = lib
DEFINES += GENERATORS_LIBRARY
SOURCES += \
G3000/g3000.cpp \
G6009/g6009.cpp \
calibrator.cpp \
generator.cpp \
getu.cpp \
searcher.cpp \
server.cpp
HEADERS +=\
G3000/g3000.h \
generator.h \
generators_global.h \
G3000/commands3000.h \
calibrator.h \
getu.h \
searcher.h \
server.h \
G6009/g6009.h \
G6009/commands6009.h
VERSION = 1.3.5
unix {
INCLUDEPATH += /usr/include/c++/5.4.0
target.path = /usr/local/lib/radiy
INSTALLS += target
headersGeneral.path = /usr/local/include/radiy/generators
headersGeneral.files += $$IN_PWD/generators_global.h
headersG3000.path = /usr/local/include/radiy/generators/G3000
headersG3000.files += $$IN_PWD/G3000/commands.h \
$$IN_PWD/G3000/g3000.h
INSTALLS += headersGeneral \
headersG3000
}
win32 {
target.path = $$IN_PWD/tmp
INSTALLS = target
# headersGeneral.path = "C:/Program Files/Radiy/include/generators"
# headersGeneral.files += $$IN_PWD/generators_global.h
# headersG3000.path = "C:/Program Files/Radiy/include/generators/G3000"
# headersG3000.files += $$IN_PWD/G3000/commands.h \
# $$IN_PWD/G3000/g3000.h
# INSTALLS += headersGeneral \
# headersG3000
}
DISTFILES += \
calibration.txt \
calibration6009.txt \
calibration6009.txt
RESOURCES += \
amp.qrc