This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we're showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
# ------------------------------------------------- |
| 2 |
# Project created by QtCreator 2009-02-20T21:23:37 |
| 3 |
# ------------------------------------------------- |
| 4 |
TARGET = autogram |
| 5 |
TEMPLATE = app |
| 6 |
SOURCES += main.cpp \ |
| 7 |
AppWidget.cpp \ |
| 8 |
ScreenCapture.cpp \ |
| 9 |
InputUtils.cpp \ |
| 10 |
Scrambler.cpp \ |
| 11 |
AbstractGame.cpp \ |
| 12 |
ocr/Ocr.cpp \ |
| 13 |
ocr/OcrCompare.cpp \ |
| 14 |
WCGame.cpp |
| 15 |
HEADERS += AppWidget.h \ |
| 16 |
ScreenCapture.h \ |
| 17 |
InputUtils.h \ |
| 18 |
Scrambler.h \ |
| 19 |
AbstractGame.h \ |
| 20 |
ocr/Ocr.h \ |
| 21 |
ocr/OcrCompare.h \ |
| 22 |
WCGame.h |
| 23 |
FORMS += AppWidget.ui |
| 24 |
unix:LIBS += -lXtst |
| 25 |
win32:CONFIG += console |
| 26 |
OBJECTS_DIR = .obj |
| 27 |
MOC_DIR = .obj |
| 28 |
RCC_DIR = .obj |
| 29 |
UI_DIR = .obj |