-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathqdaq.pro
53 lines (44 loc) · 991 Bytes
/
qdaq.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
################################################################
#
# QDaq - Qt-based data aqcuisition
#
# Sub-Project Description
#
################################################################
#
# 1. src
#
# Contains sub-projects that build the QDaq libraries
#
# 2. plugins
#
# Contains sub-projects that build QtDesigner and QtScript plugins
#
# 3. tools
#
# 4. docs
#
# Dummy project, contains the doxygen config file and documentation
#
# 5. test
#
# Dummy project, contains test qdaq scripts for testing and debugging.
#
#
###################################################################
lessThan(QT_MAJOR_VERSION, 5): error("This project needs Qt5")
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += \
src \
plugins \
tools \
docs \
test
qdaqspec.files = \
distfiles/qdaq-core.prf \
distfiles/qdaq-gui.prf \
distfiles/qdaq-filters.prf \
distfiles/qdaq-interfaces.prf
qdaqspec.path = $$[QMAKE_MKSPECS]/features
INSTALLS += qdaqspec