-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhsom.pro
More file actions
39 lines (29 loc) · 834 Bytes
/
hsom.pro
File metadata and controls
39 lines (29 loc) · 834 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
#-------------------------------------------------
#
# Project created by QtCreator 2012-03-12T15:06:29
#
#-------------------------------------------------
QT += gui
QT += xml
TARGET = hsom
CONFIG -= console
#CONFIG -= app_bundle
TEMPLATE = app
SOMTK_ROOT = $$PWD
message( somtk root set to $$SOMTK_ROOT )
INCLUDEPATH += $$SOMTK_ROOT
include( $$SOMTK_ROOT/soms/soms.pri )
include( $$SOMTK_ROOT/suspects/suspects.pri )
include( $$SOMTK_ROOT/normalizers/normalizers.pri )
include( $$SOMTK_ROOT/histograms/histograms.pri )
include( $$SOMTK_ROOT/classifiers/classifiers.pri )
include( $$SOMTK_ROOT/libraries/libraries.pri )
HEADERS += \
hsom.h \
SOURCES += \
main.cpp \
hsom.cpp \
DEFINES += SRCDIR=\\\"$$PWD/\\\"
QMAKE_CXXFLAGS_RELEASE += -fopenmp
QMAKE_LFLAGS_RELEASE += -fopenmp
QMAKE_CXXFLAGS_DEBUG += -g