gazetk / GazeTkHub / common.pri @ 5444009a
History | View | Annotate | Download (262 Bytes)
1 | 5444009a | Thies Pfeiffer | #Includes common configuration for all subdirectory .pro files. |
---|---|---|---|
2 | INCLUDEPATH += . .. |
||
3 | WARNINGS += -Wall |
||
4 | |||
5 | TEMPLATE = lib |
||
6 | |||
7 | # The following keeps the generated files at least somewhat separate |
||
8 | # from the source files. |
||
9 | UI_DIR = uics |
||
10 | MOC_DIR = mocs |
||
11 | OBJECTS_DIR = objs |