Logo
Explore Help
Sign In
feedc0de/qt-creator
1
0
Fork 0
You've already forked qt-creator
forked from qt-creator/qt-creator
Code Pull Requests Activity
Files
fd83c50599b52d0fa07901b7709d0ad6f562e0c0
qt-creator/tests/auto/json/json.pro

14 lines
310 B
Prolog
Raw Normal View History

Introduce a Qt-free JSON implementation This is essentially QJson with Qt replaced by std:: features. This is useful to have in circumstances where a Qt dependency is undesirable, e.g. for the Qt Creator debugger protocol implementation in our CDB extension. Change-Id: Iec79c6b23b1e717ce1b6f4d38755287d1f479c13 Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
2015-11-05 08:38:41 +01:00
TARGET = tst_json
QT = core testlib
CONFIG -= app_bundle
Tests: Fix compilation Change-Id: Ia63f3afd7ae3e76f78ffea31702ba5968b74b418 Reviewed-by: hjk <hjk@theqtcompany.com>
2015-11-09 11:04:49 +01:00
CONFIG += testcase c++11
Introduce a Qt-free JSON implementation This is essentially QJson with Qt replaced by std:: features. This is useful to have in circumstances where a Qt dependency is undesirable, e.g. for the Qt Creator debugger protocol implementation in our CDB extension. Change-Id: Iec79c6b23b1e717ce1b6f4d38755287d1f479c13 Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
2015-11-05 08:38:41 +01:00
TESTDATA += test.json test.bjson test3.json test2.json bom.json
INCLUDEPATH += ../../../src/shared/json
DEFINES += QT_NO_CAST_TO_ASCII QT_NO_CAST_FROM_ASCII
include(../../../src/shared/json/json.pri)
SOURCES += tst_json.cpp
Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 29ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API