summaryrefslogtreecommitdiffstats
path: root/scc/scc.pro
blob: db41f1e4c2db35d0064f276f5eb593061553f7ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -------------------------------------------------
# Project created by QtCreator 2009-08-02T10:07:01
# -------------------------------------------------
QT += network \
    xmlpatterns
QT -= gui
TARGET = scc
CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app
SOURCES += main.cpp
OTHER_FILES += scc.xslt \
    test.scxml \
    scc-example.hh \
    xipr.xsl
RESOURCES += scc.qrc