comparison: ldforge.pro
ldforge.pro
- changeset 613
- 2d01590da286
- parent 611
- 6679e47b019f
- child 614
- aac6f0021070
equal
deleted
inserted
replaced
22 } else { |
22 } else { |
23 DEFINES += RELEASE |
23 DEFINES += RELEASE |
24 OBJECTS_DIR = ./build_release/ |
24 OBJECTS_DIR = ./build_release/ |
25 } |
25 } |
26 |
26 |
27 exists(.git): DEFINES += GIT_DESCRIBE="\\\"$$system(git describe --tags --long)\\\"" |
27 exists(.git): DEFINES += GIT_DESCRIBE="\"\\\"$$system(git describe --tags --long)\\\"\"" |
|
28 DEFINES += COMPILE_DATE="\"\\\"$$system(LC_ALL=C date \"+%d %h %Y %H:%M:%S\")\\\"\"" |
28 |
29 |
29 unix { |
30 unix { |
30 LIBS += -lGLU |
31 LIBS += -lGLU |
31 } |
32 } |