# HG changeset patch # User SokoL_SD # Date 1242322823 0 # Node ID e9f0d27a82134a29e2212e480225665e81ee3082 # Parent 3925148ba2b6892b09752ae304aca14d8b9c885d Fix paths in makefile. diff -r 3925148ba2b6 -r e9f0d27a8213 build/core.makefile --- a/build/core.makefile Thu May 14 17:21:12 2009 +0000 +++ b/build/core.makefile Thu May 14 17:40:23 2009 +0000 @@ -1,11 +1,11 @@ ifeq ($(D_VERSION), 1) -D_PATH = d1 +D_PATH = d1/qt else -D_PATH = d2 +D_PATH = d2/qt endif ##-------------------------- -QTD_CORE += QGlobal qtd/Str core/Qt qtd/ArrayOpsPrimitive QtDObject Signal $(D_PATH)/Signal +QTD_CORE += QGlobal qtd/Str core/Qt qtd/ArrayOpsPrimitive QtDObject $(D_PATH)/Signal ##-------------------------- ## Qt Lib name.