#-------------------------------------------------
#
# Project created by QtCreator 2020-07-06T15:32:42
#
#-------------------------------------------------
QT += core gui sql
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = Qtsqlite
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
regist.cpp \
userwindow.cpp \
showtable.cpp
HEADERS += mainwindow.h \
regist.h \
userwindow.h \
showtable.h
FORMS += mainwindow.ui \
regist.ui \
userwindow.ui \
showtable.ui
-
Qiu Chuntao authoredd46c1fe0