Files
QWidgetDemo/other/multobj2slot/multobj2slot.pro
feiyangqingyun 8315420216 更新代码
2021-12-27 09:39:37 +08:00

14 lines
309 B
Prolog

QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
greaterThan(QT_MAJOR_VERSION, 5): QT += core5compat
TARGET = mouseline
TEMPLATE = app
DESTDIR = $$PWD/../bin
CONFIG += warn_off
SOURCES += main.cpp
SOURCES += widget.cpp
HEADERS += widget.h
FORMS += widget.ui