comparison build/core.makefile @ 18:e9f0d27a8213

Fix paths in makefile.
author SokoL_SD
date Thu, 14 May 2009 17:40:23 +0000
parents e78566595089
children cf8a415f3f32
comparison
equal deleted inserted replaced
17:3925148ba2b6 18:e9f0d27a8213
1 ifeq ($(D_VERSION), 1) 1 ifeq ($(D_VERSION), 1)
2 D_PATH = d1 2 D_PATH = d1/qt
3 else 3 else
4 D_PATH = d2 4 D_PATH = d2/qt
5 endif 5 endif
6 6
7 ##-------------------------- 7 ##--------------------------
8 QTD_CORE += QGlobal qtd/Str core/Qt qtd/ArrayOpsPrimitive QtDObject Signal $(D_PATH)/Signal 8 QTD_CORE += QGlobal qtd/Str core/Qt qtd/ArrayOpsPrimitive QtDObject $(D_PATH)/Signal
9 ##-------------------------- 9 ##--------------------------
10 10
11 ## Qt Lib name. 11 ## Qt Lib name.
12 qt_core_name = QtCore 12 qt_core_name = QtCore
13 13