summaryrefslogtreecommitdiffstats
path: root/examples/corelib/bindableproperties/bindablesubscription/bindablesubscription.pro
blob: 321a1226c4a5c0fac096a71c319e2ae7aa81f2e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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