mirror of
https://github.com/ChronosX88/Influence-cjdns.git
synced 2024-11-08 08:51:00 +00:00
The "kernel" directory has been added to the project.
This commit is contained in:
parent
477bef39ad
commit
2c5dca6f9f
@ -4,7 +4,7 @@
|
||||
#
|
||||
#-------------------------------------------------
|
||||
|
||||
QT += core gui
|
||||
QT += core network gui
|
||||
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||
|
||||
@ -25,10 +25,40 @@ DEFINES += QT_DEPRECATED_WARNINGS
|
||||
|
||||
SOURCES += \
|
||||
main.cpp \
|
||||
mainwindow.cpp
|
||||
mainwindow.cpp \
|
||||
kernel/network.cpp \
|
||||
main.cpp \
|
||||
mainwindow.cpp
|
||||
|
||||
HEADERS += \
|
||||
mainwindow.h
|
||||
mainwindow.h \
|
||||
kernel/network.hpp \
|
||||
lib/json/detail/conversions/from_json.hpp \
|
||||
lib/json/detail/conversions/to_chars.hpp \
|
||||
lib/json/detail/conversions/to_json.hpp \
|
||||
lib/json/detail/input/binary_reader.hpp \
|
||||
lib/json/detail/input/input_adapters.hpp \
|
||||
lib/json/detail/input/lexer.hpp \
|
||||
lib/json/detail/input/parser.hpp \
|
||||
lib/json/detail/iterators/internal_iterator.hpp \
|
||||
lib/json/detail/iterators/iter_impl.hpp \
|
||||
lib/json/detail/iterators/iteration_proxy.hpp \
|
||||
lib/json/detail/iterators/json_reverse_iterator.hpp \
|
||||
lib/json/detail/iterators/primitive_iterator.hpp \
|
||||
lib/json/detail/output/binary_writer.hpp \
|
||||
lib/json/detail/output/output_adapters.hpp \
|
||||
lib/json/detail/output/serializer.hpp \
|
||||
lib/json/detail/exceptions.hpp \
|
||||
lib/json/detail/json_pointer.hpp \
|
||||
lib/json/detail/json_ref.hpp \
|
||||
lib/json/detail/macro_scope.hpp \
|
||||
lib/json/detail/macro_unscope.hpp \
|
||||
lib/json/detail/meta.hpp \
|
||||
lib/json/detail/value_t.hpp \
|
||||
lib/json/adl_serializer.hpp \
|
||||
lib/json/json.hpp \
|
||||
lib/json/json_fwd.hpp \
|
||||
mainwindow.h
|
||||
|
||||
FORMS += \
|
||||
mainwindow.ui
|
||||
|
Loading…
Reference in New Issue
Block a user