summaryrefslogtreecommitdiffstats
path: root/examples/widgets/richtext/orderform/orderform.pro
blob: 1477d6ecabb7ceb8c2d5314b76a653c8858fa8e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
QT += widgets
!isEmpty(QT.printsupport.name): QT += printsupport

HEADERS     = detailsdialog.h \
              mainwindow.h
SOURCES     = detailsdialog.cpp \
              main.cpp \
              mainwindow.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/richtext/orderform
INSTALLS += target