-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy patheasyFG.pro
More file actions
33 lines (32 loc) · 810 Bytes
/
easyFG.pro
File metadata and controls
33 lines (32 loc) · 810 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
# -------------------------------------------------
# Project created by QtCreator 2009-10-21T12:47:05
# -------------------------------------------------
TARGET = easyfg
TEMPLATE = app
SOURCES += main.cpp \
gui0_mainwindow.cpp \
gui1_image.cpp \
gui2_scale.cpp \
gui3_cursors.cpp \
gui4_analysis.cpp \
gui5_reference.cpp \
gui6_scene.cpp \
load.cpp \
session.cpp \
shortcuts.cpp \
memory.cpp \
save.cpp \
clipboard.cpp
HEADERS += easyfg.h
FORMS += \
mainwindow.ui
RESOURCES += icon.qrc
OTHER_FILES += icon.rc
RC_FILE = icon.rc
CONFIG += qt
QT += widgets
win32 {
INCLUDEPATH += "C:\\Program Files\\HDF_Group\\HDF5\\1.14.5\\include"
LIBS += "C:\\Program Files\\HDF_Group\\HDF5\\1.14.5\\lib\\hdf5.lib"
LIBS += "C:\\Program Files\\HDF_Group\\HDF5\\1.14.5\\lib\\hdf5_hl.lib"
}