equal
deleted
inserted
replaced
|
1 #------------------------------------------------- |
|
2 # |
|
3 # Project created by QtCreator 2010-01-18T15:27:35 |
|
4 # |
|
5 #------------------------------------------------- |
|
6 |
|
7 REL_PATH_TO_SRC = ../../tools/icheck/parser/src |
|
8 |
|
9 TEMPLATE = app |
|
10 TARGET = icheck |
|
11 CONFIG += console |
|
12 DEFINES += ICHECK_BUILD ICHECK_APP_BUILD |
|
13 |
|
14 INCLUDEPATH += . \ |
|
15 $$REL_PATH_TO_SRC/../ \ |
|
16 $$REL_PATH_TO_SRC/global \ |
|
17 $$REL_PATH_TO_SRC/plugins \ |
|
18 $$REL_PATH_TO_SRC/libs \ |
|
19 $$REL_PATH_TO_SRC/shared/cplusplus \ |
|
20 $$REL_PATH_TO_SRC/libs/cplusplus |
|
21 |
|
22 include(../../common.pri) |
|
23 include(../../features/deploy.pri) |
|
24 include(../../tools/icheck/parser/ichecklib.pri) |
|
25 |
|
26 SOURCES += main.cpp \ |
|
27 ichecklib.cpp \ |
|
28 parsemanager.cpp |
|
29 |
|
30 HEADERS += ichecklib.h \ |
|
31 ichecklib_global.h \ |
|
32 parsemanager.h |