1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

Remove more unused files

This commit is contained in:
David Rosca 2017-09-25 14:18:33 +02:00
parent 3b09f115e7
commit df25f49cfb
6 changed files with 0 additions and 82 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

View File

@ -1,6 +0,0 @@
#!/bin/bash
#Will probably work only for Debian based distros
cp /etc/ssl/certs/ca-certificates.crt ../src/lib/data/data/ca-bundle.crt
exit 0

View File

@ -1,8 +0,0 @@
DEPENDPATH += $$PWD
SOURCES += $$PWD/qtsingleapplication.cpp $$PWD/qtlocalpeer.cpp
HEADERS += $$PWD/qtsingleapplication.h $$PWD/qtlocalpeer.h
os2|win32 {
contains(TEMPLATE, lib):contains(CONFIG, shared):DEFINES *= QT_QTSINGLEAPPLICATION_EXPORT
else:qtsingleapplication-uselib:DEFINES *= QT_QTSINGLEAPPLICATION_IMPORT
}

View File

@ -1,14 +0,0 @@
#-------------------------------------------------------------------------
# TLDExtractor, a simple Qt interface to extract TLD part of a host
# Copyright (C) 2014 Razi Alavizadeh <s.r.alavizadeh@gmail.com>
#
# Project created by QtCreator 2014-12-04T15:32:18
#
#-------------------------------------------------------------------------
INCLUDEPATH += $$PWD
SOURCES += $$PWD/tldextractor.cpp
HEADERS += $$PWD/tldextractor.h
RESOURCES += $$PWD/tldextractor.qrc

View File

@ -1,54 +0,0 @@
TRANSLATIONS += \
$$PWD/ar_SA.ts \
$$PWD/bg_BG.ts \
$$PWD/ca_ES.ts \
$$PWD/cs_CZ.ts \
$$PWD/da_DK.ts \
$$PWD/de_DE.ts \
$$PWD/el_GR.ts \
$$PWD/es_419.ts \
$$PWD/es_ES.ts \
$$PWD/es_MX.ts \
$$PWD/es_VE.ts \
$$PWD/eu_ES.ts \
$$PWD/fa_IR.ts \
$$PWD/fi_FI.ts \
$$PWD/fr_FR.ts \
$$PWD/gl_ES.ts \
$$PWD/he_IL.ts \
$$PWD/hr_HR.ts \
$$PWD/hu_HU.ts \
$$PWD/id_ID.ts \
$$PWD/is.ts \
$$PWD/it_IT.ts \
$$PWD/ja_JP.ts \
$$PWD/ka_GE.ts \
$$PWD/lg.ts \
$$PWD/lt.ts \
$$PWD/lv_LV.ts \
$$PWD/nl_NL.ts \
$$PWD/nqo.ts \
$$PWD/pl_PL.ts \
$$PWD/pt_BR.ts \
$$PWD/pt_PT.ts \
$$PWD/ro_RO.ts \
$$PWD/ru_RU.ts \
$$PWD/sk_SK.ts \
$$PWD/sl_SI.ts \
$$PWD/sr@ijekavianlatin.ts \
$$PWD/sr@ijekavian.ts \
$$PWD/sr@latin.ts \
$$PWD/sr.ts \
$$PWD/sv_SE.ts \
$$PWD/tr_TR.ts \
$$PWD/uk_UA.ts \
$$PWD/uz@Latn.ts \
$$PWD/zh_CN.ts \
$$PWD/zh_HK.ts \
$$PWD/zh_TW.ts \
updateqm.input = TRANSLATIONS
updateqm.output = $$PWD/../bin/locale/${QMAKE_FILE_BASE}.qm
updateqm.commands = $$QMAKE_LRELEASE -silent ${QMAKE_FILE_IN} -qm $$PWD/../bin/locale/${QMAKE_FILE_BASE}.qm
updateqm.CONFIG += no_link target_predeps
QMAKE_EXTRA_COMPILERS += updateqm