summaryrefslogtreecommitdiff
path: root/src/plugins/qmldesigner/components/annotationeditor/annotationeditor.pri
blob: e221b3bb6153e61989ec79f59f2f756b5bd87470 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
HEADERS += $$PWD/annotationtool.h
HEADERS += $$PWD/annotationcommenttab.h
HEADERS += $$PWD/annotationeditordialog.h
HEADERS += $$PWD/annotationeditor.h

SOURCES += $$PWD/annotationtool.cpp
SOURCES += $$PWD/annotationcommenttab.cpp
SOURCES += $$PWD/annotationeditordialog.cpp
SOURCES += $$PWD/annotationeditor.cpp

FORMS += $$PWD/annotationcommenttab.ui
FORMS += $$PWD/annotationeditordialog.ui