Remove the platforms/install_rules directory

This commit is contained in:
Jørgen Lind 2011-06-10 09:54:12 +02:00
parent f00f7a895b
commit 2aeefdddc1
5 changed files with 0 additions and 56 deletions

View File

@ -1,9 +0,0 @@
TEMPLATE = subdirs
FILES += \
$$QT_SOURCE_TREE/src/gui/text/qfontengine_ft_p.h \
$$QT_SOURCE_TREE/src/gui/text/qfontengine_ft.cpp
sources.files = $$FILES
sources.path = $$[QT_INSTALL_DATA]/platforms/fontdatabases/fontengines
INSTALLS = sources

View File

@ -1,11 +0,0 @@
TEMPLATE = subdirs
SRCDIR += \
$$QT_SOURCE_TREE/src/3rdparty/freetype/src
INCDIR += \
$$QT_SOURCE_TREE/src/3rdparty/freetype/include
sources.files = $$SRCDIR $$INCDIR
sources.path = $$[QT_INSTALL_DATA]/platforms/fontdatabases/freetype
INSTALLS = sources

View File

@ -1,12 +0,0 @@
#This file makes sure that harbuzz gets installed,
#so that plugins can be compiled out of source
TEMPLATE = subdirs
SRCDIR += \
$$QT_SOURCE_TREE/src/3rdparty/harfbuzz/src
sources.files = $$SRCDIR
sources.path = $$[QT_INSTALL_DATA]/platforms/fontdatabases/harfbuzz
INSTALLS = sources

View File

@ -1,7 +0,0 @@
# This is so that additional sources are installed
# in the QT_INSTALL_DATA directory
TEMPLATE = subdirs
SUBDIRS += harfbuzz
SUBDIRS += freetype
SUBDIRS += fontengine_files

View File

@ -1,22 +1,5 @@
TEMPLATE = subdirs
#out of source tree plugin setup start
SUBDIRS += install_rules
SRCDIRS = \
dnd \
eglconvenience \
fb_base \
fontdatabases \
glxconvenience \
printersupport \
wayland
srcdirs.files = $$SRCDIRS
srcdirs.path = $$[QT_INSTALL_DATA]/platforms
INSTALLS = srcdirs
#out of source tree plugin setup end
SUBDIRS += minimal
contains(QT_CONFIG, wayland) {