Commit 1804ea2f authored by Qiu Chuntao's avatar Qiu Chuntao

Add new file

parent c606afa8
#-------------------------------------------------
#
# 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment