mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
14 lines
147 B
Prolog
14 lines
147 B
Prolog
QT += core
|
|
QT -= gui
|
|
|
|
TARGET = qtox-updater-genkeys
|
|
CONFIG += console
|
|
CONFIG -= app_bundle
|
|
|
|
TEMPLATE = app
|
|
|
|
SOURCES += main.cpp
|
|
|
|
|
|
LIBS += -lsodium
|