Files
qt5.12.8/tests/manual/qscreen/qscreen.pro
2025-08-26 22:57:23 +08:00

14 lines
204 B
Prolog

QT += core gui widgets
CONFIG += console
TARGET = qscreen
TEMPLATE = app
SOURCES += main.cpp \
propertywatcher.cpp \
propertyfield.cpp
HEADERS += \
propertywatcher.h \
propertyfield.h