qtkeychain/testclient.pro

13 lines
190 B
Prolog
Raw Normal View History

2011-10-27 16:15:46 +00:00
TEMPLATE = app
TARGET = testclient
SOURCES += testclient.cpp
QT -= gui
CONFIG += console
macx:CONFIG -= app_bundle
2011-10-28 07:38:02 +00:00
win32:LIBS += -Llib -lqtkeychain
unix:LIBS += -L$$OUT_PWD -lqtkeychain
2011-10-27 16:15:46 +00:00