parent
8876f8d930
commit
c5d1ed45e8
@ -0,0 +1,59 @@
|
|||||||
|
#.rst:
|
||||||
|
# FindUtf8Proc
|
||||||
|
# --------
|
||||||
|
#
|
||||||
|
# Find utf8proc
|
||||||
|
#
|
||||||
|
# Find the UTF-8 processing library
|
||||||
|
#
|
||||||
|
# ::
|
||||||
|
#
|
||||||
|
# This module defines the following variables:
|
||||||
|
# UTF8PROC_FOUND - True if UTF8PROC_INCLUDE_DIR & UTF8PROC_LIBRARY are found
|
||||||
|
# UTF8PROC_LIBRARIES - Set when UTF8PROC_LIBRARY is found
|
||||||
|
# UTF8PROC_INCLUDE_DIRS - Set when UTF8PROC_INCLUDE_DIR is found
|
||||||
|
#
|
||||||
|
#
|
||||||
|
#
|
||||||
|
# ::
|
||||||
|
#
|
||||||
|
# UTF8PROC_INCLUDE_DIR - where to find utf8proc.h
|
||||||
|
# UTF8PROC_LIBRARY - the utf8proc library
|
||||||
|
|
||||||
|
#=============================================================================
|
||||||
|
# This module is adapted from FindALSA.cmake. Below are the original license
|
||||||
|
# header.
|
||||||
|
#=============================================================================
|
||||||
|
# Copyright 2009-2011 Kitware, Inc.
|
||||||
|
# Copyright 2009-2011 Philip Lowman <philip@yhbt.com>
|
||||||
|
#
|
||||||
|
# Distributed under the OSI-approved BSD License (the "License");
|
||||||
|
# see accompanying file Copyright.txt for details.
|
||||||
|
#
|
||||||
|
# This software is distributed WITHOUT ANY WARRANTY; without even the
|
||||||
|
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
|
# See the License for more information.
|
||||||
|
#=============================================================================
|
||||||
|
|
||||||
|
find_path(
|
||||||
|
UTF8PROC_INCLUDE_DIR NAMES utf8proc.h DOC "The utf8proc include directory"
|
||||||
|
)
|
||||||
|
|
||||||
|
find_library(
|
||||||
|
UTF8PROC_LIBRARY NAMES utf8proc DOC "The utf8proc library"
|
||||||
|
)
|
||||||
|
|
||||||
|
# handle the QUIETLY and REQUIRED arguments and set UTF8PROC_FOUND to TRUE if
|
||||||
|
# all listed variables are TRUE
|
||||||
|
include(FindPackageHandleStandardArgs)
|
||||||
|
FIND_PACKAGE_HANDLE_STANDARD_ARGS(
|
||||||
|
UTF8PROC
|
||||||
|
REQUIRED_VARS UTF8PROC_LIBRARY UTF8PROC_INCLUDE_DIR
|
||||||
|
)
|
||||||
|
|
||||||
|
if(UTF8PROC_FOUND)
|
||||||
|
set( UTF8PROC_LIBRARIES ${UTF8PROC_LIBRARY} )
|
||||||
|
set( UTF8PROC_INCLUDE_DIRS ${UTF8PROC_INCLUDE_DIR} )
|
||||||
|
endif()
|
||||||
|
|
||||||
|
mark_as_advanced(UTF8PROC_INCLUDE_DIR UTF8PROC_LIBRARY)
|
@ -1,7 +0,0 @@
|
|||||||
lib.pro is a *.pro-file for qmake
|
|
||||||
|
|
||||||
It produces static lib (libqtermwidget.a) only.
|
|
||||||
For creating shared lib (*.so) uncomment "dll" in "CONFIG" line in *.pro-file
|
|
||||||
|
|
||||||
Library was tested both with HAVE_POSIX_OPENPT and HAVE_GETPT precompiler directives,
|
|
||||||
defined in "DEFINES" line. You should select variant which would be correct for your system.
|
|
@ -0,0 +1,95 @@
|
|||||||
|
[Background]
|
||||||
|
Color=49,54,59
|
||||||
|
|
||||||
|
[BackgroundFaint]
|
||||||
|
Color=49,54,59
|
||||||
|
|
||||||
|
[BackgroundIntense]
|
||||||
|
Color=35,38,41
|
||||||
|
|
||||||
|
[Color0]
|
||||||
|
Color=7,54,66
|
||||||
|
|
||||||
|
[Color0Faint]
|
||||||
|
Color=32,43,54
|
||||||
|
|
||||||
|
[Color0Intense]
|
||||||
|
Color=255,85,0
|
||||||
|
|
||||||
|
[Color1]
|
||||||
|
Color=237,21,21
|
||||||
|
|
||||||
|
[Color1Faint]
|
||||||
|
Color=120,50,40
|
||||||
|
|
||||||
|
[Color1Intense]
|
||||||
|
Color=192,57,43
|
||||||
|
|
||||||
|
[Color2]
|
||||||
|
Color=17,209,22
|
||||||
|
|
||||||
|
[Color2Faint]
|
||||||
|
Color=23,162,98
|
||||||
|
|
||||||
|
[Color2Intense]
|
||||||
|
Color=28,220,154
|
||||||
|
|
||||||
|
[Color3]
|
||||||
|
Color=246,116,0
|
||||||
|
|
||||||
|
[Color3Faint]
|
||||||
|
Color=182,86,25
|
||||||
|
|
||||||
|
[Color3Intense]
|
||||||
|
Color=253,188,75
|
||||||
|
|
||||||
|
[Color4]
|
||||||
|
Color=29,153,243
|
||||||
|
|
||||||
|
[Color4Faint]
|
||||||
|
Color=27,102,143
|
||||||
|
|
||||||
|
[Color4Intense]
|
||||||
|
Color=61,174,233
|
||||||
|
|
||||||
|
[Color5]
|
||||||
|
Color=155,89,182
|
||||||
|
|
||||||
|
[Color5Faint]
|
||||||
|
Color=97,74,115
|
||||||
|
|
||||||
|
[Color5Intense]
|
||||||
|
Color=142,68,173
|
||||||
|
|
||||||
|
[Color6]
|
||||||
|
Color=26,188,156
|
||||||
|
|
||||||
|
[Color6Faint]
|
||||||
|
Color=24,108,96
|
||||||
|
|
||||||
|
[Color6Intense]
|
||||||
|
Color=22,160,133
|
||||||
|
|
||||||
|
[Color7]
|
||||||
|
Color=239,240,241
|
||||||
|
|
||||||
|
[Color7Faint]
|
||||||
|
Color=99,104,109
|
||||||
|
|
||||||
|
[Color7Intense]
|
||||||
|
Color=252,252,252
|
||||||
|
|
||||||
|
[Foreground]
|
||||||
|
Color=239,240,241
|
||||||
|
|
||||||
|
[ForegroundFaint]
|
||||||
|
Color=220,230,231
|
||||||
|
|
||||||
|
[ForegroundIntense]
|
||||||
|
Color=252,252,252
|
||||||
|
|
||||||
|
[General]
|
||||||
|
Description=BreezeModified
|
||||||
|
Opacity=0.95
|
||||||
|
Wallpaper=
|
||||||
|
|
Loading…
Reference in new issue