summaryrefslogtreecommitdiffstats
path: root/examples/widgets/richtext/orderform/orderform.pro
blob: 72ba3a1d25c6ea30dc621c2f7df0e016de800268 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
HEADERS     = detailsdialog.h \
              mainwindow.h
SOURCES     = detailsdialog.cpp \
              main.cpp \
              mainwindow.cpp

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

QT += widgets
!isEmpty(QT.printsupport.name): QT += printsupport