2017-07-24 07:48:36 +02:00
|
|
|
include( $${PWD}/../playground.pri )
|
2017-07-21 18:21:34 +02:00
|
|
|
|
|
|
|
TARGET = lineedit
|
|
|
|
|
|
|
|
RESOURCES += \
|
|
|
|
qml.qrc
|
|
|
|
|
2017-07-24 07:48:36 +02:00
|
|
|
HEADERS += \
|
|
|
|
LineEditSkinlet.h \
|
|
|
|
LineEdit.h
|
|
|
|
|
2017-07-21 18:21:34 +02:00
|
|
|
SOURCES += \
|
2017-07-24 07:48:36 +02:00
|
|
|
LineEditSkinlet.cpp \
|
|
|
|
LineEdit.cpp \
|
2017-07-21 18:21:34 +02:00
|
|
|
main.cpp
|