summaryrefslogtreecommitdiffstats
path: root/src/client/client.pro
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2011-10-25 11:31:53 +0200
committerDenis Dzyubenko <denis.dzyubenko@nokia.com>2011-10-25 11:31:53 +0200
commit79ab0a667e9d9d11cc1de0f3ed21a37f5c2909ee (patch)
treedefc8568b03b974ec7b306f9e32dab38d97951e9 /src/client/client.pro
Long live QtJsonDb!
Diffstat (limited to 'src/client/client.pro')
-rw-r--r--src/client/client.pro32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/client/client.pro b/src/client/client.pro
new file mode 100644
index 00000000..1e9da2a1
--- /dev/null
+++ b/src/client/client.pro
@@ -0,0 +1,32 @@
+TEMPLATE = lib
+TARGET = $$QT.jsondb.name
+MODULE = jsondb
+
+load(qt_module)
+load(qt_module_config)
+
+DESTDIR = $$QT.jsondb.libs
+VERSION = $$QT.jsondb.VERSION
+DEFINES += QT_ADDON_JSONDB_LIB
+
+QT = core network jsondbqson-private
+
+CONFIG += module create_prl
+MODULE_PRI = ../../modules/qt_jsondb.pri
+
+include(../common/common.pri)
+
+HEADERS += qtaddonjsondbversion.h
+
+HEADERS += \
+ jsondb-client.h \
+ jsondb-client_p.h \
+ jsondb-connection_p.h \
+ jsondb-oneshot_p.h
+
+SOURCES += \
+ jsondb-client.cpp \
+ jsondb-connection.cpp \
+ jsondb-oneshot.cpp
+
+mac:QMAKE_FRAMEWORK_BUNDLE_NAME = $$QT.jsondb.name