TEMPLATE = app CONFIG += console c++17 CONFIG -= app_bundle CONFIG -= qt SOURCES += \ dbc_parser.cpp \ dbc_tree_builder.cpp \ main.cpp \ tree_node.cpp HEADERS += \ dbc_database.h \ dbc_parser.h \ dbc_tree_builder.h \ frame_info.h \ signal_info.h \ tree_node.h