-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathroc.pro
More file actions
35 lines (27 loc) · 815 Bytes
/
roc.pro
File metadata and controls
35 lines (27 loc) · 815 Bytes
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
#-------------------------------------------------
#
# Project created by QtCreator 2015-06-11T15:49:31
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
TARGET = roc
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
dialogloadsettings.cpp \
dialogabout.cpp \
dialogsavesettings.cpp \
qcustomplot.cpp
HEADERS += \
mainwindow.h \
dialogloadsettings.h \
dialogabout.h \
dialogsavesettings.h \
qcustomplot.h
FORMS += mainwindow.ui \
dialogloadsettings.ui \
dialogabout.ui \
dialogsavesettings.ui
win32: LIBS += "C:\Program Files (x86)\IVI Foundation\VISA\WinNT\lib\msc\visa32.lib"
win32: INCLUDEPATH += "C:\Program Files (x86)\IVI Foundation\VISA\WinNT\Include"