todo.pro Example File

todo/todo.pro
TEMPLATE = app
TARGET = todo
QT += organizer widgets

HEADERS += todoeditor.h \
           window.h

SOURCES += window.cpp \
           todoeditor.cpp \
           main.cpp