mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
11 lines
138 B
Prolog
11 lines
138 B
Prolog
|
TEMPLATE = app
|
||
|
CONFIG += console c++11
|
||
|
QT += core
|
||
|
LIBS += -lsodium
|
||
|
|
||
|
SOURCES += main.cpp \
|
||
|
serialize.cpp
|
||
|
|
||
|
HEADERS += \
|
||
|
serialize.h
|