~vbursian/research-assistant/intervers

« back to all changes in this revision

Viewing changes to RAPlugins/RAPlugins.pro

  • Committer: Viktor Bursian
  • Date: 2013-06-06 15:10:08 UTC
  • Revision ID: vbursian@gmail.com-20130606151008-6641eh62f0lgx8jt
Tags: version_0.3.0
versionĀ 0.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
TEMPLATE = subdirs
2
 
CONFIG  += ordered
3
 
 
4
 
DESTDIR = ../bin/
5
 
 
6
 
SUBDIRS += BasicDevices
7
 
 
8
 
#SUBDIRS += FakeDevices
9
 
 
10
 
SUBDIRS += DemoDevices
11
 
DemoDevices.depends = BasicDevices
12
 
 
13
 
SUBDIRS += COMPort
14
 
 
15
 
SUBDIRS += RigakuAPRI
16
 
RigakuAPRI.depends = COMPort
17
 
 
18
 
SUBDIRS += SerialPort
19
 
 
20
 
SUBDIRS += Rigaku_APRI
21
 
Rigaku_APRI.depends = SerialPort
22
 
 
23
 
SUBDIRS += NIDAQmxDrivers
24
 
 
25
 
SUBDIRS += Feofilov
26
 
Feofilov.depends = NIDAQmxDrivers
27
 
 
28
 
 
29
 
#SUBDIRS += DimaA
30
 
#DimaA.depends = NIDAQmxDrivers
31
 
 
32