2008-12-02 12:01:29 +01:00
|
|
|
TEMPLATE = lib
|
|
|
|
|
TARGET = Utils
|
2009-06-04 14:43:16 +02:00
|
|
|
QT += gui \
|
|
|
|
|
network
|
2010-01-04 15:19:29 +01:00
|
|
|
|
2010-07-07 12:18:28 +02:00
|
|
|
CONFIG += dll
|
2010-08-09 15:10:40 +02:00
|
|
|
include($$PWD/../../qtcreatorlibrary.pri)
|
2011-02-14 16:34:17 +01:00
|
|
|
include($$PWD/../3rdparty/botan/botan.pri)
|
2010-08-09 15:10:40 +02:00
|
|
|
|
|
|
|
|
include(utils-lib.pri)
|
2011-01-12 09:45:19 +01:00
|
|
|
|
|
|
|
|
HEADERS += \
|
|
|
|
|
proxyaction.h
|
|
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
|
proxyaction.cpp
|