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.
26 lines
430 B
26 lines
430 B
6 months ago
|
#-------------------------------------------------
|
||
|
#
|
||
|
# Project created by QtCreator 2018-09-09T11:08:07
|
||
|
#
|
||
|
#-------------------------------------------------
|
||
|
|
||
|
QT += core gui
|
||
|
|
||
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||
|
|
||
|
TARGET = MyFBallDemo
|
||
|
TEMPLATE = app
|
||
|
|
||
|
|
||
|
SOURCES += main.cpp\
|
||
|
widget.cpp \
|
||
|
fballwidget.cpp
|
||
|
|
||
|
HEADERS += widget.h \
|
||
|
fballwidget.h
|
||
|
|
||
|
FORMS += widget.ui
|
||
|
|
||
|
RESOURCES += \
|
||
|
myfballdemo.qrc
|