This repository has been archived on 2023-08-11. You can view files and clone it, but cannot push or open issues or pull requests.
unireftest/unireftest.pro
2017-02-03 21:49:53 +03:00

26 lines
467 B
Prolog

#-------------------------------------------------
#
# Project created by QtCreator 2017-02-02T08:40:14
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = test_uts
TEMPLATE = app
QT += sql
SOURCES += main.cpp\
mainwindow.cpp \
dialogconnect.cpp
HEADERS += mainwindow.h \
dialogconnect.h
FORMS += mainwindow.ui \
dialogconnect.ui
RESOURCES += \
qrc.qrc