qt6windows7/examples/corelib/bindableproperties/bindablesubscription/bindablesubscription.pro
2023-10-29 23:33:08 +01:00

23 lines
456 B
Prolog

QT += widgets
TARGET = bindablesubscription
SOURCES += main.cpp \
bindablesubscription.cpp \
bindableuser.cpp \
../shared/subscriptionwindow.cpp
target.path = $$[QT_INSTALL_EXAMPLES]/corelib/bindableproperties/bindablesubscription
INSTALLS += target
FORMS += \
../shared/subscriptionwindow.ui
HEADERS += \
bindablesubscription.h \
bindableuser.h \
../shared/subscriptionwindow.h
RESOURCES += \
../shared/countries.qrc