qskinny/playground/lineedit/lineedit.pro

16 lines
209 B
Prolog
Raw Normal View History

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