summaryrefslogtreecommitdiffstats
path: root/examples/declarative/extending/extended/extended.pro
blob: 11822265dccfbba46f503fcfc7914ee734746d35 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = app
TARGET = extended
DEPENDPATH += .
INCLUDEPATH += .
QT += declarative

# Input
SOURCES += main.cpp \
           lineedit.cpp 
HEADERS += lineedit.h
RESOURCES += extended.qrc