代码搜索:SQLITE
找到约 6,284 项符合「SQLITE」的源代码
代码结果 6,284
www.eeworm.com/read/401176/2342842
c sqlite.c
/*
This file is part of GNUnet.
(C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Christian Grothoff (and other contributing authors)
GNUnet is free software; you can redistribute it
www.eeworm.com/read/395296/2440556
pro sqlite.pro
SOURCES = sqlite.cpp
CONFIG -= qt dylib
mac:CONFIG -= app_bundle
LIBS += -lsqlite3
www.eeworm.com/read/395296/2441292
pro sqlite.pro
TARGET = qsqlite2
HEADERS = ../../../sql/drivers/sqlite2/qsql_sqlite2.h
SOURCES = smain.cpp \
../../../sql/drivers/sqlite2/qsql_sqlite2.cpp
!contains(LIBS, .*sqlite.*):LIBS *= -lsqlite
inclu
www.eeworm.com/read/395296/2441299
pro sqlite.pro
TARGET = qsqlite
HEADERS = ../../../sql/drivers/sqlite/qsql_sqlite.h
SOURCES = smain.cpp \
../../../sql/drivers/sqlite/qsql_sqlite.cpp
!system-sqlite:!contains( LIBS, .*sqlite.* ) {
CONFI