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