Database viewer Installation Instructions

Project home 

https://qtcreator.gres.biz/page/dbviewer/

 

Dependencies

  • Qt Creator sources
  • Qt Creator source build

Download

IMPORTANT: plugin's version must match Qt Creator's version (difference in last digit is acceptable)

Compiled plugin

Source code

Installation

Build from sources

IMPORTANT: plugin's version must match Qt Creator's version (difference in last digit is acceptable)

  1. Change paths.pri:
  • set QTCREATOR_SOURCES = path to Qt Creator source dir (with qtcreator.pro)
  • set IDE_BUILD_TREE = path to compiled Qt Creator dir (with bin,lib,libexec,...)
  1. Compile plugin

From binaries

  1. Extract/copy files from archive into Qt Creator's dir (archive already contains proper paths).
  2. Enable plugin in Help->Modules menu.

 

Back to Qt Marketplace