qt_demoe/ntpclient/ntpclient.pro

25 lines
558 B
Prolog
Raw Normal View History

2019-11-29 08:40:37 +00:00
#-------------------------------------------------
#
# Project created by QtCreator 2019-02-16T15:08:47
#
#-------------------------------------------------
QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
2021-05-30 07:59:42 +00:00
greaterThan(QT_MAJOR_VERSION, 5): QT += core5compat
2019-11-29 08:40:37 +00:00
TARGET = ntpclient
TEMPLATE = app
DESTDIR = $$PWD/../bin
CONFIG += warn_off
SOURCES += main.cpp
SOURCES += frmntpclient.cpp
SOURCES += ntpclient.cpp
HEADERS += frmntpclient.h
HEADERS += ntpclient.h
FORMS += frmntpclient.ui