qt5 example

This commit is contained in:
2024-08-11 02:33:53 +03:00
parent 519053708d
commit 12c97ad421
8 changed files with 190 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
QT += core gui widgets
CONFIG += c++17
INCLUDEPATH += include/ \
SOURCES += src/main.cpp \
src/mainwindow.cpp
HEADERS += \
include/mainwindow.hpp
DESTDIR = build
TARGET = example