qtkeychain/testclient.pro

13 lines
190 B
Prolog

TEMPLATE = app
TARGET = testclient
SOURCES += testclient.cpp
QT -= gui
CONFIG += console
macx:CONFIG -= app_bundle
win32:LIBS += -Llib -lqtkeychain
unix:LIBS += -L$$OUT_PWD -lqtkeychain