summaryrefslogtreecommitdiffstats
path: root/examples/widgets/richtext/orderform/orderform.pro
blob: 0eb9da3ae15bb426a31f23fdff7df77fea8365e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
QT += widgets
qtHaveModule(printsupport): 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