-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSendDicomImages.pro
More file actions
44 lines (30 loc) · 872 Bytes
/
SendDicomImages.pro
File metadata and controls
44 lines (30 loc) · 872 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
36
37
38
39
40
41
#-------------------------------------------------
#
# Project created by QtCreator 2013-04-02T13:29:09
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = SendDicomImages
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
dcmsend.cpp \
dcmfile.cpp \
showdicomform.cpp \
querytable.cpp \
querydata.cpp \
datatablemodel.cpp
HEADERS += mainwindow.h \
dcmsend.h \
dcmfile.h \
showdicomform.h \
querytable.h \
querydata.h \
datatablemodel.h
FORMS += mainwindow.ui \
showdicomform.ui \
querytableform.ui
unix:!macx: LIBS = -ldcmnet -ldcmdata -lofstd -loflog -ldcmimgle -ldcmjpeg -lijg12 -lijg16 -lijg8
#-lIL -lILU -lILUT
win32:LIBS += -ldcmnet -ldcmdata -lofstd -loflog -ldcmimgle -ldcmjpeg -lijg12 -lijg16 -lijg8