https://github.com/dalboris/vpaint
Raw File
Tip revision: 78ecc5804b33c88d9836d5a8b98128d21b016c28 authored by Boris Dalstein on 07 January 2020, 15:06:58 UTC
Multisample antialiasing: set num samples to 4 as a compromise between speed and accuracy
Tip revision: 78ecc58
VPaint.pro
# Copyright (C) 2012-2019 The VPaint Developers.
# See the COPYRIGHT file at the top-level directory of this distribution
# and at https:#github.com/dalboris/vpaint/blob/master/COPYRIGHT
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http:#www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# Basic Qt configuration
TEMPLATE = subdirs

SUBDIRS += \
    Third/GLEW \
    Gui

Gui.depends = Third/GLEW
back to top