summaryrefslogtreecommitdiffstats
path: root/examples/corelib/serialization/cbordump/cbordump.pro
blob: 8149cb1d4ca4c923143e960b6d2d213ea3aab5e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
QT += core
QT -= gui

TARGET = cbordump
CONFIG += cmdline

TEMPLATE = app

# install
target.path = $$[QT_INSTALL_EXAMPLES]/corelib/serialization/cbordump
INSTALLS += target

SOURCES += main.cpp