summaryrefslogtreecommitdiffstats
path: root/examples/corelib/bindableproperties/subscription/subscription.pro
blob: 68910904bb4d2f7e66158bff90a2dbc05a87eef8 (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 = subscription

SOURCES += main.cpp \
    subscription.cpp \
    user.cpp \
    ../shared/subscriptionwindow.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/corelib/bindableproperties/subscription
INSTALLS += target

FORMS += \
    ../shared/subscriptionwindow.ui

HEADERS += \
    subscription.h \
    user.h \
    ../shared/subscriptionwindow.h

RESOURCES += \
    ../shared/countries.qrc