16 lines
209 B
Prolog
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
|