12 lines
152 B
Prolog
12 lines
152 B
Prolog
|
TEMPLATE = app
|
||
|
TARGET = testclient
|
||
|
|
||
|
SOURCES += testclient.cpp
|
||
|
|
||
|
QT -= gui
|
||
|
CONFIG += console
|
||
|
macx:CONFIG -= app_bundle
|
||
|
|
||
|
LIBS += -L$$OUT_PWD -lqtkeychain
|
||
|
|