8f61befb53
amends cb961007c5
Change-Id: I725042c55816832eeb5b0d8a3522911877279aae
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
17 lines
328 B
Prolog
17 lines
328 B
Prolog
QT += widgets
|
|
|
|
SOURCES += main.cpp mainwindow.cpp commands.cpp document.cpp
|
|
HEADERS += mainwindow.h commands.h document.h
|
|
FORMS += mainwindow.ui
|
|
|
|
build_all:!build_pass {
|
|
CONFIG -= build_all
|
|
CONFIG += release
|
|
}
|
|
|
|
RESOURCES += undo.qrc
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/undo
|
|
INSTALLS += target
|