freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2-demos] master 8a70ea9: [ftinspect] Remove erroneously committ


From: Werner LEMBERG
Subject: [freetype2-demos] master 8a70ea9: [ftinspect] Remove erroneously committed files.
Date: Sat, 16 Sep 2017 12:28:51 -0400 (EDT)

branch: master
commit 8a70ea9705e6007b7b608ecbb485fafa8d06e052
Author: Werner Lemberg <address@hidden>
Commit: Werner Lemberg <address@hidden>

    [ftinspect] Remove erroneously committed files.
---
 src/ftinspect/ftinspect-build.sh |   9 ------
 src/ftinspect/ftinspect-qt4      | Bin 4855728 -> 0 bytes
 src/ftinspect/ftinspect-qt4.pro  |  58 ---------------------------------------
 src/ftinspect/ftinspect-qt5      | Bin 5390560 -> 0 bytes
 src/ftinspect/ftinspect-qt5.pro  |  58 ---------------------------------------
 5 files changed, 125 deletions(-)

diff --git a/src/ftinspect/ftinspect-build.sh b/src/ftinspect/ftinspect-build.sh
deleted file mode 100755
index 40e16ba..0000000
--- a/src/ftinspect/ftinspect-build.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-export TRASH_OFF=YES
-
-make clean
-qmake ftinspect-qt4.pro
-make
-
-make clean
-qmake-qt5 -spec linux-clang ftinspect-qt5.pro
-make
diff --git a/src/ftinspect/ftinspect-qt4 b/src/ftinspect/ftinspect-qt4
deleted file mode 100755
index a3c1b48..0000000
Binary files a/src/ftinspect/ftinspect-qt4 and /dev/null differ
diff --git a/src/ftinspect/ftinspect-qt4.pro b/src/ftinspect/ftinspect-qt4.pro
deleted file mode 100644
index efa1fab..0000000
--- a/src/ftinspect/ftinspect-qt4.pro
+++ /dev/null
@@ -1,58 +0,0 @@
-# ftinspect.pro
-
-QMAKE_CXXFLAGS += -isystem ../../../freetype2.compiled \
-                  -isystem ../../../freetype2/include
-
-# To avoid conflicts with the FreeType version compiled into or used by Qt,
-# we use the static library.
-#
-# You should adapt this to your setup.
-unix|macx {
-  LIBS += ../../../freetype2.compiled/libfreetype.a
-
-  CONFIG += link_pkgconfig
-  PKGCONFIG += libpng harfbuzz zlib bzip2
-}
-win32 {
-  LIBS += ../../../freetyp2.compiled/freetype28.lib
-  LIBS += -lpng -lharfbuzz -lz -lbz2 -lm
-}
-
-CONFIG += qt debug
-
-# we need access to internal FreeType header files
-DEFINES += FT2_BUILD_LIBRARY
-
-SOURCES += \
-  engine/engine.cpp \
-  rendering/glyphbitmap.cpp \
-  rendering/glyphoutline.cpp \
-  rendering/glyphpointnumbers.cpp \
-  rendering/glyphpoints.cpp \
-  rendering/grid.cpp \
-  widgets/qcomboboxx.cpp \
-  widgets/qgraphicsviewx.cpp \
-  widgets/qpushbuttonx.cpp \
-  widgets/qspinboxx.cpp \
-  ftinspect.cpp \
-  maingui.cpp
-
-HEADERS += \
-  engine/engine.hpp \
-  rendering/glyphbitmap.hpp \
-  rendering/glyphoutline.hpp \
-  rendering/glyphpointnumbers.hpp \
-  rendering/glyphpoints.hpp \
-  rendering/grid.hpp \
-  widgets/qcomboboxx.hpp \
-  widgets/qgraphicsviewx.hpp \
-  widgets/qpushbuttonx.hpp \
-  widgets/qspinboxx.hpp \
-  maingui.hpp
-
-TARGET = ftinspect-qt4
-
-QT += widgets
-
-
-# end of ftinpect.pro
diff --git a/src/ftinspect/ftinspect-qt5 b/src/ftinspect/ftinspect-qt5
deleted file mode 100755
index 79fb6aa..0000000
Binary files a/src/ftinspect/ftinspect-qt5 and /dev/null differ
diff --git a/src/ftinspect/ftinspect-qt5.pro b/src/ftinspect/ftinspect-qt5.pro
deleted file mode 100644
index 4ca098a..0000000
--- a/src/ftinspect/ftinspect-qt5.pro
+++ /dev/null
@@ -1,58 +0,0 @@
-# ftinspect.pro
-
-QMAKE_CXXFLAGS += -isystem ../../../freetype2.compiled \
-                  -isystem ../../../freetype2/include
-
-# To avoid conflicts with the FreeType version compiled into or used by Qt,
-# we use the static library.
-#
-# You should adapt this to your setup.
-unix|macx {
-  LIBS += ../../../freetype2.compiled/libfreetype.a
-
-  CONFIG += link_pkgconfig
-  PKGCONFIG += libpng harfbuzz zlib bzip2
-}
-win32 {
-  LIBS += ../../../freetyp2.compiled/freetype28.lib
-  LIBS += -lpng -lharfbuzz -lz -lbz2 -lm
-}
-
-CONFIG += qt debug
-
-# we need access to internal FreeType header files
-DEFINES += FT2_BUILD_LIBRARY
-
-SOURCES += \
-  engine/engine.cpp \
-  rendering/glyphbitmap.cpp \
-  rendering/glyphoutline.cpp \
-  rendering/glyphpointnumbers.cpp \
-  rendering/glyphpoints.cpp \
-  rendering/grid.cpp \
-  widgets/qcomboboxx.cpp \
-  widgets/qgraphicsviewx.cpp \
-  widgets/qpushbuttonx.cpp \
-  widgets/qspinboxx.cpp \
-  ftinspect.cpp \
-  maingui.cpp
-
-HEADERS += \
-  engine/engine.hpp \
-  rendering/glyphbitmap.hpp \
-  rendering/glyphoutline.hpp \
-  rendering/glyphpointnumbers.hpp \
-  rendering/glyphpoints.hpp \
-  rendering/grid.hpp \
-  widgets/qcomboboxx.hpp \
-  widgets/qgraphicsviewx.hpp \
-  widgets/qpushbuttonx.hpp \
-  widgets/qspinboxx.hpp \
-  maingui.hpp
-
-TARGET = ftinspect-qt5
-
-QT += widgets
-
-
-# end of ftinpect.pro



reply via email to

[Prev in Thread] Current Thread [Next in Thread]