09331062bb
qt is already added by spec_pre.prf, warn_on and depend_includepath by default_pre.prf. Change-Id: Ic00e0ba496d698ed9659c476f2ca99fc0f86a093 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
16 lines
378 B
Prolog
16 lines
378 B
Prolog
FORMS = mainwindow.ui
|
|
HEADERS = mainwindow.h \
|
|
treeitem.h \
|
|
treemodel.h
|
|
RESOURCES = editabletreemodel.qrc
|
|
SOURCES = mainwindow.cpp \
|
|
treeitem.cpp \
|
|
treemodel.cpp \
|
|
main.cpp
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/itemviews/editabletreemodel
|
|
INSTALLS += target
|
|
|
|
QT += widgets
|