This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
# ------------------------------------------------- |
| 2 |
# Project created by QtCreator 2009-08-02T10:07:01 |
| 3 |
# ------------------------------------------------- |
| 4 |
QT += xmlpatterns |
| 5 |
QT -= gui |
| 6 |
TARGET = scc |
| 7 |
CONFIG += console |
| 8 |
CONFIG -= app_bundle |
| 9 |
TEMPLATE = app |
| 10 |
SOURCES += main.cpp |
| 11 |
RESOURCES += scc.qrc |
| 12 |
target.path = $$[QT_INSTALL_PREFIX]/bin |
| 13 |
prf.files = scc.prf |
| 14 |
prf.path = $$[QMAKE_MKSPECS]/features |
| 15 |
INSTALLS += target prf |
| 16 |
OTHER_FILES += scc.prf |