2012-02-16 04:43:03 +00:00
|
|
|
QT += qml widgets
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2019-09-12 15:03:52 +00:00
|
|
|
CONFIG += qmltypes
|
|
|
|
QML_IMPORT_NAME = People
|
|
|
|
QML_IMPORT_MAJOR_VERSION = 1
|
|
|
|
|
2011-04-27 10:05:43 +00:00
|
|
|
SOURCES += main.cpp \
|
2014-01-15 21:01:15 +00:00
|
|
|
lineedit.cpp
|
2011-04-27 10:05:43 +00:00
|
|
|
HEADERS += lineedit.h
|
|
|
|
RESOURCES += extended.qrc
|
2012-02-21 15:17:16 +00:00
|
|
|
|
2012-11-29 15:02:34 +00:00
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qml/referenceexamples/extended
|
|
|
|
INSTALLS += target
|