summaryrefslogtreecommitdiffstats
path: root/src/clientcompat/clientcompat.pro
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2012-05-08 09:00:58 -0700
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-11 18:26:00 +0200
commite96eafb2d095553e4cccd2927c0a462d8b8b8d59 (patch)
treebe1a41ef7bcb979d7051ed2c76e1910a49a6cdd0 /src/clientcompat/clientcompat.pro
parentc29da8f42556856cb7dc8538fc505b9426e0f69e (diff)
Removed old deprecated c++ api.
This also removed old-style qml api that was using the old c++ api internally. Change-Id: Iee809bfacb4efeb31e625156420542247354dff7 Reviewed-by: Jamey Hicks <jamey.hicks@nokia.com>
Diffstat (limited to 'src/clientcompat/clientcompat.pro')
-rw-r--r--src/clientcompat/clientcompat.pro35
1 files changed, 0 insertions, 35 deletions
diff --git a/src/clientcompat/clientcompat.pro b/src/clientcompat/clientcompat.pro
deleted file mode 100644
index dc003365..00000000
--- a/src/clientcompat/clientcompat.pro
+++ /dev/null
@@ -1,35 +0,0 @@
-MODULE = jsondbcompat
-TARGET = QtJsonDbCompat
-VERSION = 1.0.0
-
-QT = core
-QT_FOR_PRIVATE = network
-CONFIG += internal_module
-
-load(qt_module)
-
-include(../jsonstream/jsonstream.pri)
-
-INCLUDEPATH += $$PWD/../common
-
-HEADERS += \
- jsondb-error.h \
- jsondb-client.h \
- jsondb-object.h \
- jsondb-client_p.h \
- jsondb-connection_p.h \
- jsondb-connection_p_p.h \
- jsondb-query.h \
- jsondb-oneshot_p.h \
- jsondb-strings_p.h \
- jsondb-notification.h
-
-SOURCES += \
- jsondb-error.cpp \
- jsondb-client.cpp \
- jsondb-object.cpp \
- jsondb-connection.cpp \
- jsondb-query.cpp \
- jsondb-oneshot.cpp \
- jsondb-notification.cpp \
- jsondb-strings.cpp