~d-nelson/research-assistant/nextDNK

« back to all changes in this revision

Viewing changes to RAPlugins/NIDAQmxDrivers/NIDAQmx.pri

  • Committer: Viktor Bursian
  • Date: 2013-06-06 13:42:39 UTC
  • Revision ID: vbursian@gmail.com-20130606134239-bx5ks8sg3y9oqckz
Tags: version_0.2.0
first usable version 0.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# _________________________________________
 
2
INCLUDEPATH += $${DESTDIR}../../NIDAQmx
 
3
DEPENDPATH  += $${DESTDIR}../../NIDAQmx
 
4
VPATH       += $${DESTDIR}../../NIDAQmx
 
5
# _________________________________________
 
6
#DEFINES += __cplusplus
 
7
win32 {
 
8
#  DEFINES +=
 
9
}
 
10
unix {
 
11
  DEFINES += __linux__
 
12
}
 
13
HEADERS += NIDAQmx.h
 
14
LIBS += $${DESTDIR}../../NIDAQmx/NIDAQmx.lib
 
15
 
 
16
# _________________________________________