summaryrefslogtreecommitdiffstats
path: root/src/client/client.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/client.pro')
-rw-r--r--src/client/client.pro7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/client/client.pro b/src/client/client.pro
index 7a58e8de..065d497f 100644
--- a/src/client/client.pro
+++ b/src/client/client.pro
@@ -1,4 +1,4 @@
-load(qt_module)
+load(qt_build_config)
MODULE = jsondb
TARGET = QtJsonDb
@@ -7,14 +7,11 @@ VERSION = 1.0.0
QT = core
QT_PRIVATE = network qml jsondbpartition
-CONFIG += module create_prl
load(qt_module_config)
include(../jsonstream/jsonstream.pri)
INCLUDEPATH += $$PWD/../common
-HEADERS += qtjsondbversion.h
-
HEADERS += \
qjsondbglobal.h \
qjsondbstrings_p.h \
@@ -55,5 +52,3 @@ SOURCES += \
qjsondbmodelcache_p.cpp \
qjsondbmodelutils_p.cpp \
qjsondbquerymodel_p.cpp
-
-mac:QMAKE_FRAMEWORK_BUNDLE_NAME = $$QT.jsondb.name