qt6windows7/tests/manual/qscreen/qscreen.pro

14 lines
204 B
Prolog
Raw Normal View History

2023-10-30 06:33:08 +08:00
QT += core gui widgets
CONFIG += console
TARGET = qscreen
TEMPLATE = app
SOURCES += main.cpp \
propertywatcher.cpp \
propertyfield.cpp
HEADERS += \
propertywatcher.h \
propertyfield.h