Skip to content

Commit

Permalink
modify project build configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
juangpc committed May 24, 2021
1 parent 5db8e6d commit d50104c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
6 changes: 3 additions & 3 deletions libraries/utils/utils.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
# @author Lars Debor <[email protected]>;
# Daniel Strohmeier <[email protected]>;
# Lorenz Esch <[email protected]>;
# Christoph Dinh <[email protected]>
# Christoph Dinh <[email protected]>;
# Juan GPC <[email protected]>
# @since 0.1.0
# @date July, 2012
#
# @section LICENSE
#
# Copyright (C) 2012, Lars Debor, Daniel Strohmeier, Lorenz Esch, Christoph Dinh. All rights reserved.
# Copyright (C) 2021, Lars Debor, Daniel Strohmeier, Lorenz Esch, Christoph Dinh, Juan GPC. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without modification, are permitted provided that
# the following conditions are met:
Expand Down Expand Up @@ -106,7 +107,6 @@ INSTALLS += header_files

#contains(MNECPP_CONFIG, trace) {
# message("Building Utils lib with MNE_Tracer support.")
# DEFINES += TRACE
# SOURCES += mnetracer.cpp
# HEADERS += mnetracer.h
#}
Expand Down
10 changes: 1 addition & 9 deletions mne-cpp.pri
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ QMAKE_TARGET_COPYRIGHT = Copyright (C) 2020 Authors of MNE-CPP. All rights reser


# Default flags
MNECPP_CONFIG +=
MNECPP_CONFIG += trace

# Define c++ version
CONFIG += c++14
Expand All @@ -82,17 +82,9 @@ contains(MNECPP_CONFIG, static) {
}

contains(MNECPP_CONFIG, trace) {
message("Building with MNE_Tracer support")
DEFINES += TRACE
}

#win32{
# QMAKE_CXXFLAGS += /FI "$$shell_path($${PWD}/libraries/utils/mnetracer.h)"
#}
#linux{
# QMAKE_CXXFLAGS += -include $$shell_path($${PWD}/libraries/utils/mnetracer.h)
#}

########################################### DIRECTORY DEFINITIONS #############################################

# Repository directory
Expand Down

0 comments on commit d50104c

Please sign in to comment.