qskinny/playground/lineedit/lineedit.pro
2017-07-24 07:48:36 +02:00

16 lines
209 B
Prolog

include( $${PWD}/../playground.pri )
TARGET = lineedit
RESOURCES += \
qml.qrc
HEADERS += \
LineEditSkinlet.h \
LineEdit.h
SOURCES += \
LineEditSkinlet.cpp \
LineEdit.cpp \
main.cpp