2009-11-19 11:34 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbqt/Makefile
    * Minor adjustment to prev.
This commit is contained in:
Viktor Szakats
2009-11-19 10:34:52 +00:00
parent 50ed87a9a4
commit 0b2747c08a
2 changed files with 5 additions and 1 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-11-19 11:34 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbqt/Makefile
* Minor adjustment to prev.
2009-11-19 11:30 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbqt/Makefile
- contrib/hbqt/moc_slots.cpp

View File

@@ -19,7 +19,7 @@ include $(TOP)$(ROOT)contrib/hbqt/detect.mk
ifneq ($(HB_HAS_QT),)
ifneq ($(filter $(HB_PLATFORM),win wce),)
MOC_BIN := $(HB_WITH_QT)\..\bin\moc.exe
MOC_BIN := $(HB_HAS_QT)\..\bin\moc.exe
else
MOC_BIN := moc
endif