Browse Subversion Repository
Annotation of /trunk/dependency.pri
Parent Directory
| Revision Log
Revision 84 -
( hide annotations)
( download)
Wed Dec 5 14:59:58 2012 UTC
(11 years, 4 months ago)
by haruneko24
File size: 769 byte(s)
support g++
| 1 |
haruneko24 |
1 |
CONFIG(declarative_debug) { |
| 2 |
|
|
LIB_SUFFIX = d |
| 3 |
|
|
} |
| 4 |
|
|
else { |
| 5 |
|
|
CONFIG -= debug |
| 6 |
|
|
} |
| 7 |
|
|
|
| 8 |
haruneko24 |
84 |
win32-msvc*: ANAME = lib |
| 9 |
haruneko24 |
1 |
else: ANAME = a |
| 10 |
|
|
|
| 11 |
|
|
win32: LIB_PREFIX = lib |
| 12 |
|
|
|
| 13 |
|
|
release:DESTDIR = release |
| 14 |
|
|
release:OBJECTS_DIR = release/obj |
| 15 |
|
|
release:MOC_DIR = release/moc |
| 16 |
|
|
release:RCC_DIR = release/rcc |
| 17 |
|
|
release:UI_DIR = release/ui |
| 18 |
|
|
release:LIB_DIR = release/lib |
| 19 |
|
|
|
| 20 |
|
|
debug:DESTDIR = debug |
| 21 |
|
|
debug:OBJECTS_DIR = debug/obj |
| 22 |
|
|
debug:MOC_DIR = debug/moc |
| 23 |
|
|
debug:RCC_DIR = debug/rcc |
| 24 |
|
|
debug:UI_DIR = debug/ui |
| 25 |
|
|
debug:LIB_DIR = debug/lib |
| 26 |
|
|
|
| 27 |
|
|
DEPENDPATH += LIB_DIR |
| 28 |
|
|
|
| 29 |
|
|
INCLUDEPATH += \ |
| 30 |
|
|
delegate \ |
| 31 |
|
|
window \ |
| 32 |
|
|
sequence \ |
| 33 |
|
|
sequence/importer \ |
| 34 |
haruneko24 |
28 |
synthesis \ |
| 35 |
haruneko24 |
1 |
io \ |
| 36 |
|
|
io/utau \ |
| 37 |
|
|
math \ |
| 38 |
|
|
math/world \ |
| 39 |
|
|
model \ |
| 40 |
|
|
view \ |
| 41 |
|
|
gui \ |
| 42 |
|
|
common \ |
| 43 |
|
|
echoes \ |
| 44 |
|
|
utility |
|