qt6windows7/tests/manual/qscreen/qscreen.pro
2023-10-29 23:33:08 +01: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