mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-07 22:44:25 +08:00
* Qt drawing works with freetype. needs polish and testing non-freetype drawing doesn't work still * make the Qt rendering anti-aliased * non-freetype fonts work in Qt With the giant caveat that you need a QGuiApplication to use fonts. We try to detect that * cleanup * changes in response to review * add qt support to CI builds * fix VS build problem * try resolving a linux link error * Update linux_build.yml * Update linux_build.yml * another attempt to get the linux CI builds working * getting closer? * Update linux_build.yml * disable the qt CI builds on windows
13 lines
415 B
C++
13 lines
415 B
C++
//
|
|
// Copyright (C) 2020 Greg Landrum
|
|
// @@ All Rights Reserved @@
|
|
// This file is part of the RDKit.
|
|
// The contents are covered by the terms of the BSD license
|
|
// which is included in the file license.txt, found at the root
|
|
// of the RDKit source tree.
|
|
//
|
|
|
|
#define CATCH_CONFIG_MAIN // This tells Catch to provide a main() - only do
|
|
// this in one cpp file
|
|
#include "catch.hpp"
|