qt5 example
This commit is contained in:
13
projects/Qt/example/hello.pro
Normal file
13
projects/Qt/example/hello.pro
Normal 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
|
||||
Reference in New Issue
Block a user