-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtest.pro
55 lines (47 loc) · 1.06 KB
/
test.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
#-------------------------------------------------
#
# Project created by QtCreator 2018-01-17T23:13:02
#
#-------------------------------------------------
QT -= core gui
TARGET = test
TEMPLATE = lib
CONFIG += staticlib
SOURCES +=
HEADERS +=
DISTFILES += \
js/clearAll.js \
js/testGPIB.js \
js/testQDaqObject.js \
js/testTabs.js \
js/testTimerLoop.js \
js/testH5.js \
js/testWidgets.js \
js/testDynamicProperties.js \
js/testPID.js \
js/tbl.dat \
js/testKeithley.js \
js/test3706.js \
js/data.json \
js/testConsolewidget.js \
js/testVector.js \
js/testH5DataBuffer.js \
js/testresmeasChan.js \
js/testStartupScript.js
FORMS += \
ui/burstform.ui \
ui/buttonform.ui \
ui/cryoTemperatureControl.ui \
ui/deltaControl.ui \
ui/lonechannel.ui \
ui/lonetab.ui \
ui/resmeas.ui \
ui/testCombo.ui \
ui/testform.ui \
ui/tabwidget.ui \
ui/plotform.ui \
ui/testTimerForm.ui \
ui/testPID.ui \
ui/testconsolewidget.ui \
ui/testtab.ui
ui/testCombo.ui