You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
658 B

6 months ago
#-------------------------------------------------
#
# Project created by QtCreator 2020-06-25T21:08:32
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = whiteblock
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
blockdata.cpp \
testwidget.cpp
HEADERS += mainwindow.h \
blockdata.h \
testwidget.h
FORMS += mainwindow.ui \
testwidget.ui
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
RESOURCES += \
src.qrc