Sqlite: Delete empty sources

Change-Id: Iae592bc22e4781148ec1be7a3ca5746719817f1e
Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
Orgad Shaneh
2019-05-26 21:21:19 +03:00
committed by Orgad Shaneh
parent ce40c84a38
commit 9a85cc2fac
6 changed files with 3 additions and 106 deletions

View File

@@ -9,7 +9,7 @@ add_qtc_library(Sqlite
../3rdparty/sqlite/sqlite3.c ../3rdparty/sqlite/sqlite3.c
createtablesqlstatementbuilder.cpp createtablesqlstatementbuilder.h createtablesqlstatementbuilder.cpp createtablesqlstatementbuilder.h
sqlitebasestatement.cpp sqlitebasestatement.h sqlitebasestatement.cpp sqlitebasestatement.h
sqlitecolumn.cpp sqlitecolumn.h sqlitecolumn.h
sqlitedatabase.cpp sqlitedatabase.h sqlitedatabase.cpp sqlitedatabase.h
sqlitedatabasebackend.cpp sqlitedatabasebackend.h sqlitedatabasebackend.cpp sqlitedatabasebackend.h
sqliteexception.cpp sqliteexception.h sqliteexception.cpp sqliteexception.h
@@ -17,11 +17,11 @@ add_qtc_library(Sqlite
sqliteindex.h sqliteindex.h
sqlitereadstatement.cpp sqlitereadstatement.h sqlitereadstatement.cpp sqlitereadstatement.h
sqlitereadwritestatement.cpp sqlitereadwritestatement.h sqlitereadwritestatement.cpp sqlitereadwritestatement.h
sqlitetable.cpp sqlitetable.h sqlitetable.h
sqlitetransaction.h sqlitetransaction.h
sqlitewritestatement.cpp sqlitewritestatement.h sqlitewritestatement.cpp sqlitewritestatement.h
sqlstatementbuilder.cpp sqlstatementbuilder.h sqlstatementbuilder.cpp sqlstatementbuilder.h
sqlstatementbuilderexception.cpp sqlstatementbuilderexception.h sqlstatementbuilderexception.h
utf8string.cpp utf8string.h utf8string.cpp utf8string.h
utf8stringvector.cpp utf8stringvector.h utf8stringvector.cpp utf8stringvector.h
) )

View File

@@ -19,12 +19,9 @@ SOURCES += \
$$PWD/sqlitereadwritestatement.cpp \ $$PWD/sqlitereadwritestatement.cpp \
$$PWD/sqlitewritestatement.cpp \ $$PWD/sqlitewritestatement.cpp \
$$PWD/sqlstatementbuilder.cpp \ $$PWD/sqlstatementbuilder.cpp \
$$PWD/sqlstatementbuilderexception.cpp \
$$PWD/utf8string.cpp \ $$PWD/utf8string.cpp \
$$PWD/utf8stringvector.cpp \ $$PWD/utf8stringvector.cpp \
$$PWD/sqlitedatabase.cpp \ $$PWD/sqlitedatabase.cpp \
$$PWD/sqlitetable.cpp \
$$PWD/sqlitecolumn.cpp \
$$PWD/sqlitebasestatement.cpp $$PWD/sqlitebasestatement.cpp
HEADERS += \ HEADERS += \
$$PWD/createtablesqlstatementbuilder.h \ $$PWD/createtablesqlstatementbuilder.h \

View File

@@ -17,12 +17,9 @@ SOURCES += \
sqliteworkerthread.cpp \ sqliteworkerthread.cpp \
sqlitewritestatement.cpp \ sqlitewritestatement.cpp \
sqlstatementbuilder.cpp \ sqlstatementbuilder.cpp \
sqlstatementbuilderexception.cpp \
utf8string.cpp \ utf8string.cpp \
utf8stringvector.cpp \ utf8stringvector.cpp \
sqlitedatabase.cpp \ sqlitedatabase.cpp \
sqlitetable.cpp \
sqlitecolumn.cpp \
tablewriteworker.cpp \ tablewriteworker.cpp \
tablewriteworkerproxy.cpp tablewriteworkerproxy.cpp
HEADERS += \ HEADERS += \

View File

@@ -1,31 +0,0 @@
/****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of Qt Creator.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
** Software or, alternatively, in accordance with the terms contained in
** a written agreement between you and The Qt Company. For licensing terms
** and conditions see https://www.qt.io/terms-conditions. For further
** information use the contact form at https://www.qt.io/contact-us.
**
** GNU General Public License Usage
** Alternatively, this file may be used under the terms of the GNU
** General Public License version 3 as published by the Free Software
** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
** included in the packaging of this file. Please review the following
** information to ensure the GNU General Public License requirements will
** be met: https://www.gnu.org/licenses/gpl-3.0.html.
**
****************************************************************************/
#include "sqlitecolumn.h"
namespace Sqlite {
} // namespace Sqlite

View File

@@ -1,32 +0,0 @@
/****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of Qt Creator.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
** Software or, alternatively, in accordance with the terms contained in
** a written agreement between you and The Qt Company. For licensing terms
** and conditions see https://www.qt.io/terms-conditions. For further
** information use the contact form at https://www.qt.io/contact-us.
**
** GNU General Public License Usage
** Alternatively, this file may be used under the terms of the GNU
** General Public License version 3 as published by the Free Software
** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
** included in the packaging of this file. Please review the following
** information to ensure the GNU General Public License requirements will
** be met: https://www.gnu.org/licenses/gpl-3.0.html.
**
****************************************************************************/
#include "sqlitetable.h"
namespace Sqlite {
} // namespace Sqlite

View File

@@ -1,34 +0,0 @@
/****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of Qt Creator.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
** Software or, alternatively, in accordance with the terms contained in
** a written agreement between you and The Qt Company. For licensing terms
** and conditions see https://www.qt.io/terms-conditions. For further
** information use the contact form at https://www.qt.io/contact-us.
**
** GNU General Public License Usage
** Alternatively, this file may be used under the terms of the GNU
** General Public License version 3 as published by the Free Software
** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
** included in the packaging of this file. Please review the following
** information to ensure the GNU General Public License requirements will
** be met: https://www.gnu.org/licenses/gpl-3.0.html.
**
****************************************************************************/
#include "sqlstatementbuilderexception.h"
namespace Sqlite {
} // namespace Sqlite