Archivage des passages (non terminé)
This commit is contained in:
parent
861cbe1f68
commit
e0fd21a0dc
4
.gitignore
vendored
4
.gitignore
vendored
@ -12,3 +12,7 @@ SNW5
|
||||
/Temp
|
||||
/Trains/ZTLogs.zdb
|
||||
/Trains/Trains.zdb
|
||||
/Trains
|
||||
/Archives
|
||||
/object_script.OutilZT.Debug
|
||||
/object_script.OutilZT.Release
|
||||
|
||||
152
Makefile
152
Makefile
@ -1,51 +1,35 @@
|
||||
#############################################################################
|
||||
# Makefile for building: OutilZT
|
||||
# Generated by qmake (2.01a) (Qt 4.8.1) on: Wed May 18 10:55:42 2016
|
||||
# Generated by qmake (2.01a) (Qt 4.8.1) on: Wed Dec 20 13:28:27 2017
|
||||
# Project: OutilZT.pro
|
||||
# Template: app
|
||||
# Command: c:\Qt\4.8.1\bin\qmake.exe -spec ..\..\Qt\4.8.1\mkspecs\win32-g++ CONFIG+=release -o Makefile OutilZT.pro
|
||||
# Command: c:/Qt/4.8.1/bin/qmake.exe -spec ../../Qt/4.8.1/mkspecs/win32-g++ CONFIG+=declarative_debug -o Makefile OutilZT.pro
|
||||
#############################################################################
|
||||
|
||||
first: release
|
||||
install: release-install
|
||||
uninstall: release-uninstall
|
||||
first: debug
|
||||
install: debug-install
|
||||
uninstall: debug-uninstall
|
||||
MAKEFILE = Makefile
|
||||
QMAKE = c:\Qt\4.8.1\bin\qmake.exe
|
||||
DEL_FILE = del
|
||||
CHK_DIR_EXISTS= if not exist
|
||||
MKDIR = mkdir
|
||||
COPY = copy /y
|
||||
QMAKE = c:/Qt/4.8.1/bin/qmake.exe
|
||||
DEL_FILE = rm
|
||||
CHK_DIR_EXISTS= test -d
|
||||
MKDIR = mkdir -p
|
||||
COPY = cp
|
||||
COPY_FILE = $(COPY)
|
||||
COPY_DIR = xcopy /s /q /y /i
|
||||
COPY_DIR = cp -r
|
||||
INSTALL_FILE = $(COPY_FILE)
|
||||
INSTALL_PROGRAM = $(COPY_FILE)
|
||||
INSTALL_DIR = $(COPY_DIR)
|
||||
DEL_FILE = del
|
||||
DEL_FILE = rm
|
||||
SYMLINK =
|
||||
DEL_DIR = rmdir
|
||||
MOVE = move
|
||||
CHK_DIR_EXISTS= if not exist
|
||||
MKDIR = mkdir
|
||||
MOVE = mv
|
||||
CHK_DIR_EXISTS= test -d
|
||||
MKDIR = mkdir -p
|
||||
SUBTARGETS = \
|
||||
release \
|
||||
debug
|
||||
debug \
|
||||
release
|
||||
|
||||
release: $(MAKEFILE).Release FORCE
|
||||
$(MAKE) -f $(MAKEFILE).Release
|
||||
release-make_default: $(MAKEFILE).Release FORCE
|
||||
$(MAKE) -f $(MAKEFILE).Release
|
||||
release-make_first: $(MAKEFILE).Release FORCE
|
||||
$(MAKE) -f $(MAKEFILE).Release first
|
||||
release-all: $(MAKEFILE).Release FORCE
|
||||
$(MAKE) -f $(MAKEFILE).Release all
|
||||
release-clean: $(MAKEFILE).Release FORCE
|
||||
$(MAKE) -f $(MAKEFILE).Release clean
|
||||
release-distclean: $(MAKEFILE).Release FORCE
|
||||
$(MAKE) -f $(MAKEFILE).Release distclean
|
||||
release-install: $(MAKEFILE).Release FORCE
|
||||
$(MAKE) -f $(MAKEFILE).Release install
|
||||
release-uninstall: $(MAKEFILE).Release FORCE
|
||||
$(MAKE) -f $(MAKEFILE).Release uninstall
|
||||
debug: $(MAKEFILE).Debug FORCE
|
||||
$(MAKE) -f $(MAKEFILE).Debug
|
||||
debug-make_default: $(MAKEFILE).Debug FORCE
|
||||
@ -62,6 +46,22 @@ debug-install: $(MAKEFILE).Debug FORCE
|
||||
$(MAKE) -f $(MAKEFILE).Debug install
|
||||
debug-uninstall: $(MAKEFILE).Debug FORCE
|
||||
$(MAKE) -f $(MAKEFILE).Debug uninstall
|
||||
release: $(MAKEFILE).Release FORCE
|
||||
$(MAKE) -f $(MAKEFILE).Release
|
||||
release-make_default: $(MAKEFILE).Release FORCE
|
||||
$(MAKE) -f $(MAKEFILE).Release
|
||||
release-make_first: $(MAKEFILE).Release FORCE
|
||||
$(MAKE) -f $(MAKEFILE).Release first
|
||||
release-all: $(MAKEFILE).Release FORCE
|
||||
$(MAKE) -f $(MAKEFILE).Release all
|
||||
release-clean: $(MAKEFILE).Release FORCE
|
||||
$(MAKE) -f $(MAKEFILE).Release clean
|
||||
release-distclean: $(MAKEFILE).Release FORCE
|
||||
$(MAKE) -f $(MAKEFILE).Release distclean
|
||||
release-install: $(MAKEFILE).Release FORCE
|
||||
$(MAKE) -f $(MAKEFILE).Release install
|
||||
release-uninstall: $(MAKEFILE).Release FORCE
|
||||
$(MAKE) -f $(MAKEFILE).Release uninstall
|
||||
|
||||
Makefile: OutilZT.pro ../../Qt/4.8.1/mkspecs/win32-g++/qmake.conf ../../Qt/4.8.1/mkspecs/qconfig.pri \
|
||||
../../Qt/4.8.1/mkspecs/modules/qt_webkit_version.pri \
|
||||
@ -70,10 +70,11 @@ Makefile: OutilZT.pro ../../Qt/4.8.1/mkspecs/win32-g++/qmake.conf ../../Qt/4.8.
|
||||
../../Qt/4.8.1/mkspecs/features/exclusive_builds.prf \
|
||||
../../Qt/4.8.1/mkspecs/features/default_pre.prf \
|
||||
../../Qt/4.8.1/mkspecs/features/win32/default_pre.prf \
|
||||
../../Qt/4.8.1/mkspecs/features/release.prf \
|
||||
../../Qt/4.8.1/mkspecs/features/debug.prf \
|
||||
../../Qt/4.8.1/mkspecs/features/debug_and_release.prf \
|
||||
../../Qt/4.8.1/mkspecs/features/default_post.prf \
|
||||
../../Qt/4.8.1/mkspecs/features/win32/default_post.prf \
|
||||
../../Qt/4.8.1/mkspecs/features/declarative_debug.prf \
|
||||
../../Qt/4.8.1/mkspecs/features/win32/rtti.prf \
|
||||
../../Qt/4.8.1/mkspecs/features/win32/exceptions.prf \
|
||||
../../Qt/4.8.1/mkspecs/features/win32/stl.prf \
|
||||
@ -88,60 +89,61 @@ Makefile: OutilZT.pro ../../Qt/4.8.1/mkspecs/win32-g++/qmake.conf ../../Qt/4.8.
|
||||
../../Qt/4.8.1/mkspecs/features/yacc.prf \
|
||||
../../Qt/4.8.1/mkspecs/features/lex.prf \
|
||||
../../Qt/4.8.1/mkspecs/features/include_source_dir.prf \
|
||||
c:/Qt/4.8.1/lib/qtmain.prl
|
||||
$(QMAKE) -spec ..\..\Qt\4.8.1\mkspecs\win32-g++ CONFIG+=release -o Makefile OutilZT.pro
|
||||
..\..\Qt\4.8.1\mkspecs\qconfig.pri:
|
||||
..\..\Qt\4.8.1\mkspecs\modules\qt_webkit_version.pri:
|
||||
..\..\Qt\4.8.1\mkspecs\features\qt_functions.prf:
|
||||
..\..\Qt\4.8.1\mkspecs\features\qt_config.prf:
|
||||
..\..\Qt\4.8.1\mkspecs\features\exclusive_builds.prf:
|
||||
..\..\Qt\4.8.1\mkspecs\features\default_pre.prf:
|
||||
..\..\Qt\4.8.1\mkspecs\features\win32\default_pre.prf:
|
||||
..\..\Qt\4.8.1\mkspecs\features\release.prf:
|
||||
..\..\Qt\4.8.1\mkspecs\features\debug_and_release.prf:
|
||||
..\..\Qt\4.8.1\mkspecs\features\default_post.prf:
|
||||
..\..\Qt\4.8.1\mkspecs\features\win32\default_post.prf:
|
||||
..\..\Qt\4.8.1\mkspecs\features\win32\rtti.prf:
|
||||
..\..\Qt\4.8.1\mkspecs\features\win32\exceptions.prf:
|
||||
..\..\Qt\4.8.1\mkspecs\features\win32\stl.prf:
|
||||
..\..\Qt\4.8.1\mkspecs\features\shared.prf:
|
||||
..\..\Qt\4.8.1\mkspecs\features\warn_on.prf:
|
||||
..\..\Qt\4.8.1\mkspecs\features\qt.prf:
|
||||
..\..\Qt\4.8.1\mkspecs\features\win32\thread.prf:
|
||||
..\..\Qt\4.8.1\mkspecs\features\moc.prf:
|
||||
..\..\Qt\4.8.1\mkspecs\features\win32\windows.prf:
|
||||
..\..\Qt\4.8.1\mkspecs\features\resources.prf:
|
||||
..\..\Qt\4.8.1\mkspecs\features\uic.prf:
|
||||
..\..\Qt\4.8.1\mkspecs\features\yacc.prf:
|
||||
..\..\Qt\4.8.1\mkspecs\features\lex.prf:
|
||||
..\..\Qt\4.8.1\mkspecs\features\include_source_dir.prf:
|
||||
c:\Qt\4.8.1\lib\qtmain.prl:
|
||||
c:/Qt/4.8.1/lib/qtmaind.prl
|
||||
$(QMAKE) -spec ../../Qt/4.8.1/mkspecs/win32-g++ CONFIG+=declarative_debug -o Makefile OutilZT.pro
|
||||
../../Qt/4.8.1/mkspecs/qconfig.pri:
|
||||
../../Qt/4.8.1/mkspecs/modules/qt_webkit_version.pri:
|
||||
../../Qt/4.8.1/mkspecs/features/qt_functions.prf:
|
||||
../../Qt/4.8.1/mkspecs/features/qt_config.prf:
|
||||
../../Qt/4.8.1/mkspecs/features/exclusive_builds.prf:
|
||||
../../Qt/4.8.1/mkspecs/features/default_pre.prf:
|
||||
../../Qt/4.8.1/mkspecs/features/win32/default_pre.prf:
|
||||
../../Qt/4.8.1/mkspecs/features/debug.prf:
|
||||
../../Qt/4.8.1/mkspecs/features/debug_and_release.prf:
|
||||
../../Qt/4.8.1/mkspecs/features/default_post.prf:
|
||||
../../Qt/4.8.1/mkspecs/features/win32/default_post.prf:
|
||||
../../Qt/4.8.1/mkspecs/features/declarative_debug.prf:
|
||||
../../Qt/4.8.1/mkspecs/features/win32/rtti.prf:
|
||||
../../Qt/4.8.1/mkspecs/features/win32/exceptions.prf:
|
||||
../../Qt/4.8.1/mkspecs/features/win32/stl.prf:
|
||||
../../Qt/4.8.1/mkspecs/features/shared.prf:
|
||||
../../Qt/4.8.1/mkspecs/features/warn_on.prf:
|
||||
../../Qt/4.8.1/mkspecs/features/qt.prf:
|
||||
../../Qt/4.8.1/mkspecs/features/win32/thread.prf:
|
||||
../../Qt/4.8.1/mkspecs/features/moc.prf:
|
||||
../../Qt/4.8.1/mkspecs/features/win32/windows.prf:
|
||||
../../Qt/4.8.1/mkspecs/features/resources.prf:
|
||||
../../Qt/4.8.1/mkspecs/features/uic.prf:
|
||||
../../Qt/4.8.1/mkspecs/features/yacc.prf:
|
||||
../../Qt/4.8.1/mkspecs/features/lex.prf:
|
||||
../../Qt/4.8.1/mkspecs/features/include_source_dir.prf:
|
||||
c:\Qt\4.8.1\lib\qtmaind.prl:
|
||||
qmake: qmake_all FORCE
|
||||
@$(QMAKE) -spec ..\..\Qt\4.8.1\mkspecs\win32-g++ CONFIG+=release -o Makefile OutilZT.pro
|
||||
@$(QMAKE) -spec ../../Qt/4.8.1/mkspecs/win32-g++ CONFIG+=declarative_debug -o Makefile OutilZT.pro
|
||||
|
||||
qmake_all: FORCE
|
||||
|
||||
make_default: release-make_default debug-make_default FORCE
|
||||
make_first: release-make_first debug-make_first FORCE
|
||||
all: release-all debug-all FORCE
|
||||
clean: release-clean debug-clean FORCE
|
||||
distclean: release-distclean debug-distclean FORCE
|
||||
make_default: debug-make_default release-make_default FORCE
|
||||
make_first: debug-make_first release-make_first FORCE
|
||||
all: debug-all release-all FORCE
|
||||
clean: debug-clean release-clean FORCE
|
||||
distclean: debug-distclean release-distclean FORCE
|
||||
-$(DEL_FILE) Makefile
|
||||
|
||||
check: first
|
||||
|
||||
release-mocclean: $(MAKEFILE).Release
|
||||
$(MAKE) -f $(MAKEFILE).Release mocclean
|
||||
debug-mocclean: $(MAKEFILE).Debug
|
||||
$(MAKE) -f $(MAKEFILE).Debug mocclean
|
||||
mocclean: release-mocclean debug-mocclean
|
||||
release-mocclean: $(MAKEFILE).Release
|
||||
$(MAKE) -f $(MAKEFILE).Release mocclean
|
||||
mocclean: debug-mocclean release-mocclean
|
||||
|
||||
release-mocables: $(MAKEFILE).Release
|
||||
$(MAKE) -f $(MAKEFILE).Release mocables
|
||||
debug-mocables: $(MAKEFILE).Debug
|
||||
$(MAKE) -f $(MAKEFILE).Debug mocables
|
||||
mocables: release-mocables debug-mocables
|
||||
release-mocables: $(MAKEFILE).Release
|
||||
$(MAKE) -f $(MAKEFILE).Release mocables
|
||||
mocables: debug-mocables release-mocables
|
||||
FORCE:
|
||||
|
||||
$(MAKEFILE).Release: Makefile
|
||||
$(MAKEFILE).Debug: Makefile
|
||||
$(MAKEFILE).Release: Makefile
|
||||
|
||||
360
Makefile.Debug
360
Makefile.Debug
@ -1,6 +1,6 @@
|
||||
#############################################################################
|
||||
# Makefile for building: OutilZT
|
||||
# Generated by qmake (2.01a) (Qt 4.8.1) on: Wed May 18 10:55:42 2016
|
||||
# Generated by qmake (2.01a) (Qt 4.8.1) on: Wed Dec 20 13:28:27 2017
|
||||
# Project: OutilZT.pro
|
||||
# Template: app
|
||||
#############################################################################
|
||||
@ -12,100 +12,100 @@ CXX = g++
|
||||
DEFINES = -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN
|
||||
CFLAGS = -g -Wall $(DEFINES)
|
||||
CXXFLAGS = -g -frtti -fexceptions -mthreads -Wall $(DEFINES)
|
||||
INCPATH = -I"..\..\Qt\4.8.1\include\QtCore" -I"..\..\Qt\4.8.1\include\QtNetwork" -I"..\..\Qt\4.8.1\include\QtGui" -I"..\..\Qt\4.8.1\include" -I"." -I"sources" -I"sources\GuiElements" -I"..\..\Qt\4.8.1\include\ActiveQt" -I"debug" -I"..\..\Qt\4.8.1\mkspecs\win32-g++"
|
||||
INCPATH = -I'../../Qt/4.8.1/include/QtCore' -I'../../Qt/4.8.1/include/QtNetwork' -I'../../Qt/4.8.1/include/QtGui' -I'../../Qt/4.8.1/include' -I'.' -I'sources' -I'sources/GuiElements' -I'../../Qt/4.8.1/include/ActiveQt' -I'debug' -I'../../Qt/4.8.1/mkspecs/win32-g++'
|
||||
LINK = g++
|
||||
LFLAGS = -mthreads -Wl,-subsystem,windows
|
||||
LIBS = -L"c:\Qt\4.8.1\lib" -lmingw32 -lqtmaind -lQtGuid4 -lQtNetworkd4 -lQtCored4
|
||||
QMAKE = c:\Qt\4.8.1\bin\qmake.exe
|
||||
IDC = c:\Qt\4.8.1\bin\idc.exe
|
||||
LIBS = -L'c:/Qt/4.8.1/lib' -lmingw32 -lqtmaind -lQtGuid4 -lQtNetworkd4 -lQtCored4
|
||||
QMAKE = c:/Qt/4.8.1/bin/qmake.exe
|
||||
IDC = c:/Qt/4.8.1/bin/idc.exe
|
||||
IDL = midl
|
||||
ZIP = zip -r -9
|
||||
DEF_FILE =
|
||||
RES_FILE =
|
||||
COPY = copy /y
|
||||
SED =
|
||||
COPY = cp
|
||||
SED = sed
|
||||
COPY_FILE = $(COPY)
|
||||
COPY_DIR = xcopy /s /q /y /i
|
||||
DEL_FILE = del
|
||||
COPY_DIR = cp -r
|
||||
DEL_FILE = rm
|
||||
DEL_DIR = rmdir
|
||||
MOVE = move
|
||||
CHK_DIR_EXISTS= if not exist
|
||||
MKDIR = mkdir
|
||||
MOVE = mv
|
||||
CHK_DIR_EXISTS= test -d
|
||||
MKDIR = mkdir -p
|
||||
INSTALL_FILE = $(COPY_FILE)
|
||||
INSTALL_PROGRAM = $(COPY_FILE)
|
||||
INSTALL_DIR = $(COPY_DIR)
|
||||
|
||||
####### Output directory
|
||||
|
||||
OBJECTS_DIR = debug
|
||||
OBJECTS_DIR = debug/
|
||||
|
||||
####### Files
|
||||
|
||||
SOURCES = sources\main.cpp \
|
||||
sources\OutilZT.cpp \
|
||||
sources\MainPanel.cpp \
|
||||
sources\GuiElements\MainPage.cpp \
|
||||
sources\GuiElements\GuiPage.cpp \
|
||||
sources\GuiElements\PushButton.cpp \
|
||||
sources\GuiElements\LogViewPage.cpp \
|
||||
sources\GuiElements\TextButtonWidget.cpp \
|
||||
sources\GuiElements\RankRulerWidget.cpp \
|
||||
sources\GuiElements\GraphCursorWidget.cpp \
|
||||
sources\GuiElements\EventsRulerWidget.cpp \
|
||||
sources\GuiElements\AnalogGraphItem.cpp \
|
||||
sources\GuiElements\GraphItem.cpp \
|
||||
sources\GuiElements\GraphRulerWidget.cpp \
|
||||
sources\ZTData.cpp \
|
||||
sources\LogMgr.cpp \
|
||||
sources\TrainLogFileMgr.cpp \
|
||||
sources\GuiElements\LogsListPage.cpp \
|
||||
sources\GuiElements\OptionsPage.cpp \
|
||||
sources\Settings.cpp \
|
||||
sources\GuiElements\NetworkZTListPage.cpp \
|
||||
sources\GuiElements\ToggleTextButtonWidget.cpp \
|
||||
sources\GuiElements\NetworkCtrlPage.cpp \
|
||||
sources\NetworkManager.cpp \
|
||||
sources\GuiElements\TxRxWidget.cpp \
|
||||
sources\TCPProtocol.cpp \
|
||||
sources\GuiElements\RemoteZTPage.cpp \
|
||||
sources\GuiElements\ZTLogViewerPage.cpp \
|
||||
sources\GuiElements\ProgressBarPage.cpp \
|
||||
sources\GuiElements\RemoteZTCtrlPage.cpp \
|
||||
sources\GuiElements\ToggleButtonWidget.cpp \
|
||||
sources\UDPProtocol.cpp \
|
||||
sources\GuiElements\DatabaseMgrPage.cpp \
|
||||
sources\GuiElements\ZTLogsListPage.cpp \
|
||||
sources\ZTLogFilesMgr.cpp \
|
||||
sources\DirParserThread.cpp debug\moc_OutilZT.cpp \
|
||||
debug\moc_MainPanel.cpp \
|
||||
debug\moc_MainPage.cpp \
|
||||
debug\moc_Guipage.cpp \
|
||||
debug\moc_PushButton.cpp \
|
||||
debug\moc_LogViewPage.cpp \
|
||||
debug\moc_TextButtonWidget.cpp \
|
||||
debug\moc_RankRulerWidget.cpp \
|
||||
debug\moc_GraphCursorWidget.cpp \
|
||||
debug\moc_EventsRulerWidget.cpp \
|
||||
debug\moc_AnalogGraphItem.cpp \
|
||||
debug\moc_GraphItem.cpp \
|
||||
debug\moc_GraphRulerWidget.cpp \
|
||||
debug\moc_LogMgr.cpp \
|
||||
debug\moc_LogsListPage.cpp \
|
||||
debug\moc_OptionsPage.cpp \
|
||||
debug\moc_NetworkZTListPage.cpp \
|
||||
debug\moc_ToggleTextButtonWidget.cpp \
|
||||
debug\moc_NetworkCtrlPage.cpp \
|
||||
debug\moc_NetworkManager.cpp \
|
||||
debug\moc_TxRxWidget.cpp \
|
||||
debug\moc_RemoteZTPage.cpp \
|
||||
debug\moc_ZTLogViewerPage.cpp \
|
||||
debug\moc_ProgressBarPage.cpp \
|
||||
debug\moc_RemoteZTCtrlPage.cpp \
|
||||
debug\moc_ToggleButtonWidget.cpp \
|
||||
debug\moc_DatabaseMgrPage.cpp \
|
||||
debug\moc_ZTLogsListPage.cpp \
|
||||
debug\moc_ZTLogFilesMgr.cpp \
|
||||
debug\moc_DirParserThread.cpp
|
||||
SOURCES = sources/main.cpp \
|
||||
sources/OutilZT.cpp \
|
||||
sources/MainPanel.cpp \
|
||||
sources/GuiElements/MainPage.cpp \
|
||||
sources/GuiElements/GuiPage.cpp \
|
||||
sources/GuiElements/PushButton.cpp \
|
||||
sources/GuiElements/LogViewPage.cpp \
|
||||
sources/GuiElements/TextButtonWidget.cpp \
|
||||
sources/GuiElements/RankRulerWidget.cpp \
|
||||
sources/GuiElements/GraphCursorWidget.cpp \
|
||||
sources/GuiElements/EventsRulerWidget.cpp \
|
||||
sources/GuiElements/AnalogGraphItem.cpp \
|
||||
sources/GuiElements/GraphItem.cpp \
|
||||
sources/GuiElements/GraphRulerWidget.cpp \
|
||||
sources/ZTData.cpp \
|
||||
sources/LogMgr.cpp \
|
||||
sources/TrainLogFileMgr.cpp \
|
||||
sources/GuiElements/LogsListPage.cpp \
|
||||
sources/GuiElements/OptionsPage.cpp \
|
||||
sources/Settings.cpp \
|
||||
sources/GuiElements/NetworkZTListPage.cpp \
|
||||
sources/GuiElements/ToggleTextButtonWidget.cpp \
|
||||
sources/GuiElements/NetworkCtrlPage.cpp \
|
||||
sources/NetworkManager.cpp \
|
||||
sources/GuiElements/TxRxWidget.cpp \
|
||||
sources/TCPProtocol.cpp \
|
||||
sources/GuiElements/RemoteZTPage.cpp \
|
||||
sources/GuiElements/ZTLogViewerPage.cpp \
|
||||
sources/GuiElements/ProgressBarPage.cpp \
|
||||
sources/GuiElements/RemoteZTCtrlPage.cpp \
|
||||
sources/GuiElements/ToggleButtonWidget.cpp \
|
||||
sources/UDPProtocol.cpp \
|
||||
sources/GuiElements/DatabaseMgrPage.cpp \
|
||||
sources/GuiElements/ZTLogsListPage.cpp \
|
||||
sources/ZTLogFilesMgr.cpp \
|
||||
sources/DirParserThread.cpp debug/moc_OutilZT.cpp \
|
||||
debug/moc_MainPanel.cpp \
|
||||
debug/moc_MainPage.cpp \
|
||||
debug/moc_Guipage.cpp \
|
||||
debug/moc_PushButton.cpp \
|
||||
debug/moc_LogViewPage.cpp \
|
||||
debug/moc_TextButtonWidget.cpp \
|
||||
debug/moc_RankRulerWidget.cpp \
|
||||
debug/moc_GraphCursorWidget.cpp \
|
||||
debug/moc_EventsRulerWidget.cpp \
|
||||
debug/moc_AnalogGraphItem.cpp \
|
||||
debug/moc_GraphItem.cpp \
|
||||
debug/moc_GraphRulerWidget.cpp \
|
||||
debug/moc_LogMgr.cpp \
|
||||
debug/moc_LogsListPage.cpp \
|
||||
debug/moc_OptionsPage.cpp \
|
||||
debug/moc_NetworkZTListPage.cpp \
|
||||
debug/moc_ToggleTextButtonWidget.cpp \
|
||||
debug/moc_NetworkCtrlPage.cpp \
|
||||
debug/moc_NetworkManager.cpp \
|
||||
debug/moc_TxRxWidget.cpp \
|
||||
debug/moc_RemoteZTPage.cpp \
|
||||
debug/moc_ZTLogViewerPage.cpp \
|
||||
debug/moc_ProgressBarPage.cpp \
|
||||
debug/moc_RemoteZTCtrlPage.cpp \
|
||||
debug/moc_ToggleButtonWidget.cpp \
|
||||
debug/moc_DatabaseMgrPage.cpp \
|
||||
debug/moc_ZTLogsListPage.cpp \
|
||||
debug/moc_ZTLogFilesMgr.cpp \
|
||||
debug/moc_DirParserThread.cpp
|
||||
OBJECTS = debug/main.o \
|
||||
debug/OutilZT.o \
|
||||
debug/MainPanel.o \
|
||||
@ -174,9 +174,9 @@ OBJECTS = debug/main.o \
|
||||
debug/moc_DirParserThread.o
|
||||
DIST =
|
||||
QMAKE_TARGET = OutilZT
|
||||
DESTDIR = debug\ #avoid trailing-slash linebreak
|
||||
DESTDIR = debug/ #avoid trailing-slash linebreak
|
||||
TARGET = OutilZT.exe
|
||||
DESTDIR_TARGET = debug\OutilZT.exe
|
||||
DESTDIR_TARGET = debug/OutilZT.exe
|
||||
|
||||
####### Implicit rules
|
||||
|
||||
@ -203,13 +203,13 @@ $(DESTDIR_TARGET): $(OBJECTS)
|
||||
$(LINK) $(LFLAGS) -o $(DESTDIR_TARGET) object_script.OutilZT.Debug $(LIBS)
|
||||
|
||||
qmake: FORCE
|
||||
@$(QMAKE) -spec ..\..\Qt\4.8.1\mkspecs\win32-g++ CONFIG+=release -o Makefile.Debug OutilZT.pro
|
||||
@$(QMAKE) -spec ../../Qt/4.8.1/mkspecs/win32-g++ CONFIG+=declarative_debug -o Makefile.Debug OutilZT.pro
|
||||
|
||||
dist:
|
||||
$(ZIP) OutilZT.zip $(SOURCES) $(DIST) OutilZT.pro ..\..\Qt\4.8.1\mkspecs\qconfig.pri ..\..\Qt\4.8.1\mkspecs\modules\qt_webkit_version.pri ..\..\Qt\4.8.1\mkspecs\features\qt_functions.prf ..\..\Qt\4.8.1\mkspecs\features\qt_config.prf ..\..\Qt\4.8.1\mkspecs\features\exclusive_builds.prf ..\..\Qt\4.8.1\mkspecs\features\default_pre.prf ..\..\Qt\4.8.1\mkspecs\features\win32\default_pre.prf ..\..\Qt\4.8.1\mkspecs\features\debug.prf ..\..\Qt\4.8.1\mkspecs\features\debug_and_release.prf ..\..\Qt\4.8.1\mkspecs\features\default_post.prf ..\..\Qt\4.8.1\mkspecs\features\win32\default_post.prf ..\..\Qt\4.8.1\mkspecs\features\build_pass.prf ..\..\Qt\4.8.1\mkspecs\features\win32\rtti.prf ..\..\Qt\4.8.1\mkspecs\features\win32\exceptions.prf ..\..\Qt\4.8.1\mkspecs\features\win32\stl.prf ..\..\Qt\4.8.1\mkspecs\features\shared.prf ..\..\Qt\4.8.1\mkspecs\features\warn_on.prf ..\..\Qt\4.8.1\mkspecs\features\qt.prf ..\..\Qt\4.8.1\mkspecs\features\win32\thread.prf ..\..\Qt\4.8.1\mkspecs\features\moc.prf ..\..\Qt\4.8.1\mkspecs\features\win32\windows.prf ..\..\Qt\4.8.1\mkspecs\features\resources.prf ..\..\Qt\4.8.1\mkspecs\features\uic.prf ..\..\Qt\4.8.1\mkspecs\features\yacc.prf ..\..\Qt\4.8.1\mkspecs\features\lex.prf ..\..\Qt\4.8.1\mkspecs\features\include_source_dir.prf c:\Qt\4.8.1\lib\qtmaind.prl HEADERS RESOURCES IMAGES SOURCES OBJECTIVE_SOURCES FORMS YACCSOURCES YACCSOURCES LEXSOURCES
|
||||
$(ZIP) OutilZT.zip $(SOURCES) $(DIST) OutilZT.pro ../../Qt/4.8.1/mkspecs/qconfig.pri ../../Qt/4.8.1/mkspecs/modules/qt_webkit_version.pri ../../Qt/4.8.1/mkspecs/features/qt_functions.prf ../../Qt/4.8.1/mkspecs/features/qt_config.prf ../../Qt/4.8.1/mkspecs/features/exclusive_builds.prf ../../Qt/4.8.1/mkspecs/features/default_pre.prf ../../Qt/4.8.1/mkspecs/features/win32/default_pre.prf ../../Qt/4.8.1/mkspecs/features/debug.prf ../../Qt/4.8.1/mkspecs/features/debug_and_release.prf ../../Qt/4.8.1/mkspecs/features/default_post.prf ../../Qt/4.8.1/mkspecs/features/win32/default_post.prf ../../Qt/4.8.1/mkspecs/features/build_pass.prf ../../Qt/4.8.1/mkspecs/features/declarative_debug.prf ../../Qt/4.8.1/mkspecs/features/win32/rtti.prf ../../Qt/4.8.1/mkspecs/features/win32/exceptions.prf ../../Qt/4.8.1/mkspecs/features/win32/stl.prf ../../Qt/4.8.1/mkspecs/features/shared.prf ../../Qt/4.8.1/mkspecs/features/warn_on.prf ../../Qt/4.8.1/mkspecs/features/qt.prf ../../Qt/4.8.1/mkspecs/features/win32/thread.prf ../../Qt/4.8.1/mkspecs/features/moc.prf ../../Qt/4.8.1/mkspecs/features/win32/windows.prf ../../Qt/4.8.1/mkspecs/features/resources.prf ../../Qt/4.8.1/mkspecs/features/uic.prf ../../Qt/4.8.1/mkspecs/features/yacc.prf ../../Qt/4.8.1/mkspecs/features/lex.prf ../../Qt/4.8.1/mkspecs/features/include_source_dir.prf c:\Qt\4.8.1\lib\qtmaind.prl HEADERS RESOURCES IMAGES SOURCES OBJECTIVE_SOURCES FORMS YACCSOURCES YACCSOURCES LEXSOURCES
|
||||
|
||||
clean: compiler_clean
|
||||
-$(DEL_FILE) debug\main.o debug\OutilZT.o debug\MainPanel.o debug\MainPage.o debug\GuiPage.o debug\PushButton.o debug\LogViewPage.o debug\TextButtonWidget.o debug\RankRulerWidget.o debug\GraphCursorWidget.o debug\EventsRulerWidget.o debug\AnalogGraphItem.o debug\GraphItem.o debug\GraphRulerWidget.o debug\ZTData.o debug\LogMgr.o debug\TrainLogFileMgr.o debug\LogsListPage.o debug\OptionsPage.o debug\Settings.o debug\NetworkZTListPage.o debug\ToggleTextButtonWidget.o debug\NetworkCtrlPage.o debug\NetworkManager.o debug\TxRxWidget.o debug\TCPProtocol.o debug\RemoteZTPage.o debug\ZTLogViewerPage.o debug\ProgressBarPage.o debug\RemoteZTCtrlPage.o debug\ToggleButtonWidget.o debug\UDPProtocol.o debug\DatabaseMgrPage.o debug\ZTLogsListPage.o debug\ZTLogFilesMgr.o debug\DirParserThread.o debug\moc_OutilZT.o debug\moc_MainPanel.o debug\moc_MainPage.o debug\moc_Guipage.o debug\moc_PushButton.o debug\moc_LogViewPage.o debug\moc_TextButtonWidget.o debug\moc_RankRulerWidget.o debug\moc_GraphCursorWidget.o debug\moc_EventsRulerWidget.o debug\moc_AnalogGraphItem.o debug\moc_GraphItem.o debug\moc_GraphRulerWidget.o debug\moc_LogMgr.o debug\moc_LogsListPage.o debug\moc_OptionsPage.o debug\moc_NetworkZTListPage.o debug\moc_ToggleTextButtonWidget.o debug\moc_NetworkCtrlPage.o debug\moc_NetworkManager.o debug\moc_TxRxWidget.o debug\moc_RemoteZTPage.o debug\moc_ZTLogViewerPage.o debug\moc_ProgressBarPage.o debug\moc_RemoteZTCtrlPage.o debug\moc_ToggleButtonWidget.o debug\moc_DatabaseMgrPage.o debug\moc_ZTLogsListPage.o debug\moc_ZTLogFilesMgr.o debug\moc_DirParserThread.o
|
||||
-$(DEL_FILE) debug/main.o debug/OutilZT.o debug/MainPanel.o debug/MainPage.o debug/GuiPage.o debug/PushButton.o debug/LogViewPage.o debug/TextButtonWidget.o debug/RankRulerWidget.o debug/GraphCursorWidget.o debug/EventsRulerWidget.o debug/AnalogGraphItem.o debug/GraphItem.o debug/GraphRulerWidget.o debug/ZTData.o debug/LogMgr.o debug/TrainLogFileMgr.o debug/LogsListPage.o debug/OptionsPage.o debug/Settings.o debug/NetworkZTListPage.o debug/ToggleTextButtonWidget.o debug/NetworkCtrlPage.o debug/NetworkManager.o debug/TxRxWidget.o debug/TCPProtocol.o debug/RemoteZTPage.o debug/ZTLogViewerPage.o debug/ProgressBarPage.o debug/RemoteZTCtrlPage.o debug/ToggleButtonWidget.o debug/UDPProtocol.o debug/DatabaseMgrPage.o debug/ZTLogsListPage.o debug/ZTLogFilesMgr.o debug/DirParserThread.o debug/moc_OutilZT.o debug/moc_MainPanel.o debug/moc_MainPage.o debug/moc_Guipage.o debug/moc_PushButton.o debug/moc_LogViewPage.o debug/moc_TextButtonWidget.o debug/moc_RankRulerWidget.o debug/moc_GraphCursorWidget.o debug/moc_EventsRulerWidget.o debug/moc_AnalogGraphItem.o debug/moc_GraphItem.o debug/moc_GraphRulerWidget.o debug/moc_LogMgr.o debug/moc_LogsListPage.o debug/moc_OptionsPage.o debug/moc_NetworkZTListPage.o debug/moc_ToggleTextButtonWidget.o debug/moc_NetworkCtrlPage.o debug/moc_NetworkManager.o debug/moc_TxRxWidget.o debug/moc_RemoteZTPage.o debug/moc_ZTLogViewerPage.o debug/moc_ProgressBarPage.o debug/moc_RemoteZTCtrlPage.o debug/moc_ToggleButtonWidget.o debug/moc_DatabaseMgrPage.o debug/moc_ZTLogsListPage.o debug/moc_ZTLogFilesMgr.o debug/moc_DirParserThread.o
|
||||
|
||||
distclean: clean
|
||||
-$(DEL_FILE) $(DESTDIR_TARGET)
|
||||
@ -223,7 +223,7 @@ mocables: compiler_moc_header_make_all compiler_moc_source_make_all
|
||||
|
||||
compiler_moc_header_make_all: debug/moc_OutilZT.cpp debug/moc_MainPanel.cpp debug/moc_MainPage.cpp debug/moc_Guipage.cpp debug/moc_PushButton.cpp debug/moc_LogViewPage.cpp debug/moc_TextButtonWidget.cpp debug/moc_RankRulerWidget.cpp debug/moc_GraphCursorWidget.cpp debug/moc_EventsRulerWidget.cpp debug/moc_AnalogGraphItem.cpp debug/moc_GraphItem.cpp debug/moc_GraphRulerWidget.cpp debug/moc_LogMgr.cpp debug/moc_LogsListPage.cpp debug/moc_OptionsPage.cpp debug/moc_NetworkZTListPage.cpp debug/moc_ToggleTextButtonWidget.cpp debug/moc_NetworkCtrlPage.cpp debug/moc_NetworkManager.cpp debug/moc_TxRxWidget.cpp debug/moc_RemoteZTPage.cpp debug/moc_ZTLogViewerPage.cpp debug/moc_ProgressBarPage.cpp debug/moc_RemoteZTCtrlPage.cpp debug/moc_ToggleButtonWidget.cpp debug/moc_DatabaseMgrPage.cpp debug/moc_ZTLogsListPage.cpp debug/moc_ZTLogFilesMgr.cpp debug/moc_DirParserThread.cpp
|
||||
compiler_moc_header_clean:
|
||||
-$(DEL_FILE) debug\moc_OutilZT.cpp debug\moc_MainPanel.cpp debug\moc_MainPage.cpp debug\moc_Guipage.cpp debug\moc_PushButton.cpp debug\moc_LogViewPage.cpp debug\moc_TextButtonWidget.cpp debug\moc_RankRulerWidget.cpp debug\moc_GraphCursorWidget.cpp debug\moc_EventsRulerWidget.cpp debug\moc_AnalogGraphItem.cpp debug\moc_GraphItem.cpp debug\moc_GraphRulerWidget.cpp debug\moc_LogMgr.cpp debug\moc_LogsListPage.cpp debug\moc_OptionsPage.cpp debug\moc_NetworkZTListPage.cpp debug\moc_ToggleTextButtonWidget.cpp debug\moc_NetworkCtrlPage.cpp debug\moc_NetworkManager.cpp debug\moc_TxRxWidget.cpp debug\moc_RemoteZTPage.cpp debug\moc_ZTLogViewerPage.cpp debug\moc_ProgressBarPage.cpp debug\moc_RemoteZTCtrlPage.cpp debug\moc_ToggleButtonWidget.cpp debug\moc_DatabaseMgrPage.cpp debug\moc_ZTLogsListPage.cpp debug\moc_ZTLogFilesMgr.cpp debug\moc_DirParserThread.cpp
|
||||
-$(DEL_FILE) debug/moc_OutilZT.cpp debug/moc_MainPanel.cpp debug/moc_MainPage.cpp debug/moc_Guipage.cpp debug/moc_PushButton.cpp debug/moc_LogViewPage.cpp debug/moc_TextButtonWidget.cpp debug/moc_RankRulerWidget.cpp debug/moc_GraphCursorWidget.cpp debug/moc_EventsRulerWidget.cpp debug/moc_AnalogGraphItem.cpp debug/moc_GraphItem.cpp debug/moc_GraphRulerWidget.cpp debug/moc_LogMgr.cpp debug/moc_LogsListPage.cpp debug/moc_OptionsPage.cpp debug/moc_NetworkZTListPage.cpp debug/moc_ToggleTextButtonWidget.cpp debug/moc_NetworkCtrlPage.cpp debug/moc_NetworkManager.cpp debug/moc_TxRxWidget.cpp debug/moc_RemoteZTPage.cpp debug/moc_ZTLogViewerPage.cpp debug/moc_ProgressBarPage.cpp debug/moc_RemoteZTCtrlPage.cpp debug/moc_ToggleButtonWidget.cpp debug/moc_DatabaseMgrPage.cpp debug/moc_ZTLogsListPage.cpp debug/moc_ZTLogFilesMgr.cpp debug/moc_DirParserThread.cpp
|
||||
debug/moc_OutilZT.cpp: sources/MainPanel.h \
|
||||
sources/GlobalDefine.h \
|
||||
sources/LogMgr.h \
|
||||
@ -234,22 +234,22 @@ debug/moc_OutilZT.cpp: sources/MainPanel.h \
|
||||
sources/TCPProtocol.h \
|
||||
sources/ZTLogFilesMgr.h \
|
||||
sources/OutilZT.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\OutilZT.h -o debug\moc_OutilZT.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/OutilZT.h -o debug/moc_OutilZT.cpp
|
||||
|
||||
debug/moc_MainPanel.cpp: sources/GlobalDefine.h \
|
||||
sources/MainPanel.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\MainPanel.h -o debug\moc_MainPanel.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/MainPanel.h -o debug/moc_MainPanel.cpp
|
||||
|
||||
debug/moc_MainPage.cpp: sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/PushButton.h \
|
||||
sources/GuiElements/MainPage.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\MainPage.h -o debug\moc_MainPage.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/MainPage.h -o debug/moc_MainPage.cpp
|
||||
|
||||
debug/moc_Guipage.cpp: sources/GuiElements/Guipage.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\Guipage.h -o debug\moc_Guipage.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/Guipage.h -o debug/moc_Guipage.cpp
|
||||
|
||||
debug/moc_PushButton.cpp: sources/GuiElements/PushButton.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\PushButton.h -o debug\moc_PushButton.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/PushButton.h -o debug/moc_PushButton.cpp
|
||||
|
||||
debug/moc_LogViewPage.cpp: sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/PushButton.h \
|
||||
@ -261,123 +261,123 @@ debug/moc_LogViewPage.cpp: sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/RankRulerWidget.h \
|
||||
sources/GuiElements/EventsRulerWidget.h \
|
||||
sources/GuiElements/LogViewPage.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\LogViewPage.h -o debug\moc_LogViewPage.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/LogViewPage.h -o debug/moc_LogViewPage.cpp
|
||||
|
||||
debug/moc_TextButtonWidget.cpp: sources/GuiElements/TextButtonWidget.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\TextButtonWidget.h -o debug\moc_TextButtonWidget.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/TextButtonWidget.h -o debug/moc_TextButtonWidget.cpp
|
||||
|
||||
debug/moc_RankRulerWidget.cpp: sources/GuiElements/RankRulerWidget.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\RankRulerWidget.h -o debug\moc_RankRulerWidget.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/RankRulerWidget.h -o debug/moc_RankRulerWidget.cpp
|
||||
|
||||
debug/moc_GraphCursorWidget.cpp: sources/GuiElements/GraphCursorWidget.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\GraphCursorWidget.h -o debug\moc_GraphCursorWidget.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/GraphCursorWidget.h -o debug/moc_GraphCursorWidget.cpp
|
||||
|
||||
debug/moc_EventsRulerWidget.cpp: sources/GuiElements/EventsRulerWidget.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\EventsRulerWidget.h -o debug\moc_EventsRulerWidget.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/EventsRulerWidget.h -o debug/moc_EventsRulerWidget.cpp
|
||||
|
||||
debug/moc_AnalogGraphItem.cpp: sources/GuiElements/AnalogGraphItem.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\AnalogGraphItem.h -o debug\moc_AnalogGraphItem.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/AnalogGraphItem.h -o debug/moc_AnalogGraphItem.cpp
|
||||
|
||||
debug/moc_GraphItem.cpp: sources/GuiElements/GraphItem.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\GraphItem.h -o debug\moc_GraphItem.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/GraphItem.h -o debug/moc_GraphItem.cpp
|
||||
|
||||
debug/moc_GraphRulerWidget.cpp: sources/GuiElements/GraphRulerWidget.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\GraphRulerWidget.h -o debug\moc_GraphRulerWidget.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/GraphRulerWidget.h -o debug/moc_GraphRulerWidget.cpp
|
||||
|
||||
debug/moc_LogMgr.cpp: sources/ZTData.h \
|
||||
sources/GlobalDefine.h \
|
||||
sources/DirParserThread.h \
|
||||
sources/TrainLogFileMgr.h \
|
||||
sources/LogMgr.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\LogMgr.h -o debug\moc_LogMgr.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/LogMgr.h -o debug/moc_LogMgr.cpp
|
||||
|
||||
debug/moc_LogsListPage.cpp: sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/PushButton.h \
|
||||
sources/GuiElements/TextButtonWidget.h \
|
||||
sources/GuiElements/LogsListPage.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\LogsListPage.h -o debug\moc_LogsListPage.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/LogsListPage.h -o debug/moc_LogsListPage.cpp
|
||||
|
||||
debug/moc_OptionsPage.cpp: sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/PushButton.h \
|
||||
sources/GuiElements/TextButtonWidget.h \
|
||||
sources/GuiElements/OptionsPage.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\OptionsPage.h -o debug\moc_OptionsPage.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/OptionsPage.h -o debug/moc_OptionsPage.cpp
|
||||
|
||||
debug/moc_NetworkZTListPage.cpp: sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/PushButton.h \
|
||||
sources/GuiElements/TextButtonWidget.h \
|
||||
sources/GuiElements/NetworkZTListPage.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\NetworkZTListPage.h -o debug\moc_NetworkZTListPage.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/NetworkZTListPage.h -o debug/moc_NetworkZTListPage.cpp
|
||||
|
||||
debug/moc_ToggleTextButtonWidget.cpp: sources/GuiElements/TextButtonWidget.h \
|
||||
sources/GuiElements/ToggleTextButtonWidget.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\ToggleTextButtonWidget.h -o debug\moc_ToggleTextButtonWidget.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/ToggleTextButtonWidget.h -o debug/moc_ToggleTextButtonWidget.cpp
|
||||
|
||||
debug/moc_NetworkCtrlPage.cpp: sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/ToggleTextButtonWidget.h \
|
||||
sources/GuiElements/TextButtonWidget.h \
|
||||
sources/GuiElements/TxRxWidget.h \
|
||||
sources/GuiElements/NetworkCtrlPage.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\NetworkCtrlPage.h -o debug\moc_NetworkCtrlPage.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/NetworkCtrlPage.h -o debug/moc_NetworkCtrlPage.cpp
|
||||
|
||||
debug/moc_NetworkManager.cpp: sources/GlobalDefine.h \
|
||||
sources/ZTData.h \
|
||||
sources/TCPProtocol.h \
|
||||
sources/UDPProtocol.h \
|
||||
sources/NetworkManager.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\NetworkManager.h -o debug\moc_NetworkManager.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/NetworkManager.h -o debug/moc_NetworkManager.cpp
|
||||
|
||||
debug/moc_TxRxWidget.cpp: sources/GuiElements/TxRxWidget.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\TxRxWidget.h -o debug\moc_TxRxWidget.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/TxRxWidget.h -o debug/moc_TxRxWidget.cpp
|
||||
|
||||
debug/moc_RemoteZTPage.cpp: sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/ToggleTextButtonWidget.h \
|
||||
sources/GuiElements/TextButtonWidget.h \
|
||||
sources/GuiElements/RemoteZTPage.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\RemoteZTPage.h -o debug\moc_RemoteZTPage.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/RemoteZTPage.h -o debug/moc_RemoteZTPage.cpp
|
||||
|
||||
debug/moc_ZTLogViewerPage.cpp: sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/TextButtonWidget.h \
|
||||
sources/GuiElements/ZTLogViewerPage.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\ZTLogViewerPage.h -o debug\moc_ZTLogViewerPage.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/ZTLogViewerPage.h -o debug/moc_ZTLogViewerPage.cpp
|
||||
|
||||
debug/moc_ProgressBarPage.cpp: sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/ProgressBarPage.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\ProgressBarPage.h -o debug\moc_ProgressBarPage.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/ProgressBarPage.h -o debug/moc_ProgressBarPage.cpp
|
||||
|
||||
debug/moc_RemoteZTCtrlPage.cpp: sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/TextButtonWidget.h \
|
||||
sources/GuiElements/ToggleButtonWidget.h \
|
||||
sources/GuiElements/RemoteZTCtrlPage.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\RemoteZTCtrlPage.h -o debug\moc_RemoteZTCtrlPage.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/RemoteZTCtrlPage.h -o debug/moc_RemoteZTCtrlPage.cpp
|
||||
|
||||
debug/moc_ToggleButtonWidget.cpp: sources/GuiElements/ToggleButtonWidget.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\ToggleButtonWidget.h -o debug\moc_ToggleButtonWidget.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/ToggleButtonWidget.h -o debug/moc_ToggleButtonWidget.cpp
|
||||
|
||||
debug/moc_DatabaseMgrPage.cpp: sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/PushButton.h \
|
||||
sources/GuiElements/TextButtonWidget.h \
|
||||
sources/GuiElements/DatabaseMgrPage.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\DatabaseMgrPage.h -o debug\moc_DatabaseMgrPage.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/DatabaseMgrPage.h -o debug/moc_DatabaseMgrPage.cpp
|
||||
|
||||
debug/moc_ZTLogsListPage.cpp: sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/PushButton.h \
|
||||
sources/GuiElements/TextButtonWidget.h \
|
||||
sources/GuiElements/ZTLogsListPage.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\ZTLogsListPage.h -o debug\moc_ZTLogsListPage.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/ZTLogsListPage.h -o debug/moc_ZTLogsListPage.cpp
|
||||
|
||||
debug/moc_ZTLogFilesMgr.cpp: sources/ZTData.h \
|
||||
sources/GlobalDefine.h \
|
||||
sources/DirParserThread.h \
|
||||
sources/TrainLogFileMgr.h \
|
||||
sources/ZTLogFilesMgr.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\ZTLogFilesMgr.h -o debug\moc_ZTLogFilesMgr.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/ZTLogFilesMgr.h -o debug/moc_ZTLogFilesMgr.cpp
|
||||
|
||||
debug/moc_DirParserThread.cpp: sources/GlobalDefine.h \
|
||||
sources/TrainLogFileMgr.h \
|
||||
sources/ZTData.h \
|
||||
sources/DirParserThread.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\DirParserThread.h -o debug\moc_DirParserThread.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/DirParserThread.h -o debug/moc_DirParserThread.cpp
|
||||
|
||||
compiler_rcc_make_all:
|
||||
compiler_rcc_clean:
|
||||
@ -410,7 +410,7 @@ debug/main.o: sources/main.cpp sources/OutilZT.h \
|
||||
sources/Settings.h \
|
||||
sources/TCPProtocol.h \
|
||||
sources/ZTLogFilesMgr.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\main.o sources\main.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/main.o sources/main.cpp
|
||||
|
||||
debug/OutilZT.o: sources/OutilZT.cpp sources/OutilZT.h \
|
||||
sources/MainPanel.h \
|
||||
@ -424,22 +424,22 @@ debug/OutilZT.o: sources/OutilZT.cpp sources/OutilZT.h \
|
||||
sources/ZTLogFilesMgr.h \
|
||||
sources/NetworkManager.h \
|
||||
sources/UDPProtocol.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\OutilZT.o sources\OutilZT.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/OutilZT.o sources/OutilZT.cpp
|
||||
|
||||
debug/MainPanel.o: sources/MainPanel.cpp sources/MainPanel.h \
|
||||
sources/GlobalDefine.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\MainPanel.o sources\MainPanel.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/MainPanel.o sources/MainPanel.cpp
|
||||
|
||||
debug/MainPage.o: sources/GuiElements/MainPage.cpp sources/GuiElements/MainPage.h \
|
||||
sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/PushButton.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\MainPage.o sources\GuiElements\MainPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/MainPage.o sources/GuiElements/MainPage.cpp
|
||||
|
||||
debug/GuiPage.o: sources/GuiElements/GuiPage.cpp sources/GuiElements/Guipage.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\GuiPage.o sources\GuiElements\GuiPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/GuiPage.o sources/GuiElements/GuiPage.cpp
|
||||
|
||||
debug/PushButton.o: sources/GuiElements/PushButton.cpp sources/GuiElements/PushButton.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\PushButton.o sources\GuiElements\PushButton.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/PushButton.o sources/GuiElements/PushButton.cpp
|
||||
|
||||
debug/LogViewPage.o: sources/GuiElements/LogViewPage.cpp sources/GuiElements/LogViewPage.h \
|
||||
sources/GuiElements/Guipage.h \
|
||||
@ -451,32 +451,32 @@ debug/LogViewPage.o: sources/GuiElements/LogViewPage.cpp sources/GuiElements/Log
|
||||
sources/GuiElements/AnalogGraphItem.h \
|
||||
sources/GuiElements/RankRulerWidget.h \
|
||||
sources/GuiElements/EventsRulerWidget.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\LogViewPage.o sources\GuiElements\LogViewPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/LogViewPage.o sources/GuiElements/LogViewPage.cpp
|
||||
|
||||
debug/TextButtonWidget.o: sources/GuiElements/TextButtonWidget.cpp sources/GuiElements/TextButtonWidget.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\TextButtonWidget.o sources\GuiElements\TextButtonWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/TextButtonWidget.o sources/GuiElements/TextButtonWidget.cpp
|
||||
|
||||
debug/RankRulerWidget.o: sources/GuiElements/RankRulerWidget.cpp sources/GuiElements/RankRulerWidget.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\RankRulerWidget.o sources\GuiElements\RankRulerWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/RankRulerWidget.o sources/GuiElements/RankRulerWidget.cpp
|
||||
|
||||
debug/GraphCursorWidget.o: sources/GuiElements/GraphCursorWidget.cpp sources/GuiElements/GraphCursorWidget.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\GraphCursorWidget.o sources\GuiElements\GraphCursorWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/GraphCursorWidget.o sources/GuiElements/GraphCursorWidget.cpp
|
||||
|
||||
debug/EventsRulerWidget.o: sources/GuiElements/EventsRulerWidget.cpp sources/GuiElements/EventsRulerWidget.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\EventsRulerWidget.o sources\GuiElements\EventsRulerWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/EventsRulerWidget.o sources/GuiElements/EventsRulerWidget.cpp
|
||||
|
||||
debug/AnalogGraphItem.o: sources/GuiElements/AnalogGraphItem.cpp sources/GuiElements/AnalogGraphItem.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\AnalogGraphItem.o sources\GuiElements\AnalogGraphItem.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/AnalogGraphItem.o sources/GuiElements/AnalogGraphItem.cpp
|
||||
|
||||
debug/GraphItem.o: sources/GuiElements/GraphItem.cpp sources/GuiElements/GraphItem.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\GraphItem.o sources\GuiElements\GraphItem.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/GraphItem.o sources/GuiElements/GraphItem.cpp
|
||||
|
||||
debug/GraphRulerWidget.o: sources/GuiElements/GraphRulerWidget.cpp sources/GuiElements/GraphRulerWidget.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\GraphRulerWidget.o sources\GuiElements\GraphRulerWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/GraphRulerWidget.o sources/GuiElements/GraphRulerWidget.cpp
|
||||
|
||||
debug/ZTData.o: sources/ZTData.cpp sources/ZTData.h \
|
||||
sources/GlobalDefine.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\ZTData.o sources\ZTData.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/ZTData.o sources/ZTData.cpp
|
||||
|
||||
debug/LogMgr.o: sources/LogMgr.cpp sources/LogMgr.h \
|
||||
sources/ZTData.h \
|
||||
@ -488,47 +488,47 @@ debug/LogMgr.o: sources/LogMgr.cpp sources/LogMgr.h \
|
||||
sources/Settings.h \
|
||||
sources/TCPProtocol.h \
|
||||
sources/ZTLogFilesMgr.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\LogMgr.o sources\LogMgr.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/LogMgr.o sources/LogMgr.cpp
|
||||
|
||||
debug/TrainLogFileMgr.o: sources/TrainLogFileMgr.cpp sources/TrainLogFileMgr.h \
|
||||
sources/GlobalDefine.h \
|
||||
sources/ZTData.h \
|
||||
sources/LogMgr.h \
|
||||
sources/DirParserThread.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\TrainLogFileMgr.o sources\TrainLogFileMgr.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/TrainLogFileMgr.o sources/TrainLogFileMgr.cpp
|
||||
|
||||
debug/LogsListPage.o: sources/GuiElements/LogsListPage.cpp sources/GuiElements/LogsListPage.h \
|
||||
sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/PushButton.h \
|
||||
sources/GuiElements/TextButtonWidget.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\LogsListPage.o sources\GuiElements\LogsListPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/LogsListPage.o sources/GuiElements/LogsListPage.cpp
|
||||
|
||||
debug/OptionsPage.o: sources/GuiElements/OptionsPage.cpp sources/GuiElements/OptionsPage.h \
|
||||
sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/PushButton.h \
|
||||
sources/GuiElements/TextButtonWidget.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\OptionsPage.o sources\GuiElements\OptionsPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/OptionsPage.o sources/GuiElements/OptionsPage.cpp
|
||||
|
||||
debug/Settings.o: sources/Settings.cpp sources/Settings.h \
|
||||
sources/GlobalDefine.h \
|
||||
sources/ZTData.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\Settings.o sources\Settings.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/Settings.o sources/Settings.cpp
|
||||
|
||||
debug/NetworkZTListPage.o: sources/GuiElements/NetworkZTListPage.cpp sources/GuiElements/NetworkZTListPage.h \
|
||||
sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/PushButton.h \
|
||||
sources/GuiElements/TextButtonWidget.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\NetworkZTListPage.o sources\GuiElements\NetworkZTListPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/NetworkZTListPage.o sources/GuiElements/NetworkZTListPage.cpp
|
||||
|
||||
debug/ToggleTextButtonWidget.o: sources/GuiElements/ToggleTextButtonWidget.cpp sources/GuiElements/TextButtonWidget.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\ToggleTextButtonWidget.o sources\GuiElements\ToggleTextButtonWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/ToggleTextButtonWidget.o sources/GuiElements/ToggleTextButtonWidget.cpp
|
||||
|
||||
debug/NetworkCtrlPage.o: sources/GuiElements/NetworkCtrlPage.cpp sources/GuiElements/NetworkCtrlPage.h \
|
||||
sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/ToggleTextButtonWidget.h \
|
||||
sources/GuiElements/TextButtonWidget.h \
|
||||
sources/GuiElements/TxRxWidget.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\NetworkCtrlPage.o sources\GuiElements\NetworkCtrlPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/NetworkCtrlPage.o sources/GuiElements/NetworkCtrlPage.cpp
|
||||
|
||||
debug/NetworkManager.o: sources/NetworkManager.cpp sources/NetworkManager.h \
|
||||
sources/GlobalDefine.h \
|
||||
@ -542,54 +542,54 @@ debug/NetworkManager.o: sources/NetworkManager.cpp sources/NetworkManager.h \
|
||||
sources/TrainLogFileMgr.h \
|
||||
sources/Settings.h \
|
||||
sources/ZTLogFilesMgr.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\NetworkManager.o sources\NetworkManager.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/NetworkManager.o sources/NetworkManager.cpp
|
||||
|
||||
debug/TxRxWidget.o: sources/GuiElements/TxRxWidget.cpp sources/GuiElements/TxRxWidget.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\TxRxWidget.o sources\GuiElements\TxRxWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/TxRxWidget.o sources/GuiElements/TxRxWidget.cpp
|
||||
|
||||
debug/TCPProtocol.o: sources/TCPProtocol.cpp sources/TCPProtocol.h \
|
||||
sources/GlobalDefine.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\TCPProtocol.o sources\TCPProtocol.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/TCPProtocol.o sources/TCPProtocol.cpp
|
||||
|
||||
debug/RemoteZTPage.o: sources/GuiElements/RemoteZTPage.cpp sources/GuiElements/RemoteZTPage.h \
|
||||
sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/ToggleTextButtonWidget.h \
|
||||
sources/GuiElements/TextButtonWidget.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\RemoteZTPage.o sources\GuiElements\RemoteZTPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/RemoteZTPage.o sources/GuiElements/RemoteZTPage.cpp
|
||||
|
||||
debug/ZTLogViewerPage.o: sources/GuiElements/ZTLogViewerPage.cpp sources/GuiElements/ZTLogViewerPage.h \
|
||||
sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/TextButtonWidget.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\ZTLogViewerPage.o sources\GuiElements\ZTLogViewerPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/ZTLogViewerPage.o sources/GuiElements/ZTLogViewerPage.cpp
|
||||
|
||||
debug/ProgressBarPage.o: sources/GuiElements/ProgressBarPage.cpp sources/GuiElements/ProgressBarPage.h \
|
||||
sources/GuiElements/Guipage.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\ProgressBarPage.o sources\GuiElements\ProgressBarPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/ProgressBarPage.o sources/GuiElements/ProgressBarPage.cpp
|
||||
|
||||
debug/RemoteZTCtrlPage.o: sources/GuiElements/RemoteZTCtrlPage.cpp sources/GuiElements/RemoteZTCtrlPage.h \
|
||||
sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/TextButtonWidget.h \
|
||||
sources/GuiElements/ToggleButtonWidget.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\RemoteZTCtrlPage.o sources\GuiElements\RemoteZTCtrlPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/RemoteZTCtrlPage.o sources/GuiElements/RemoteZTCtrlPage.cpp
|
||||
|
||||
debug/ToggleButtonWidget.o: sources/GuiElements/ToggleButtonWidget.cpp sources/GuiElements/ToggleButtonWidget.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\ToggleButtonWidget.o sources\GuiElements\ToggleButtonWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/ToggleButtonWidget.o sources/GuiElements/ToggleButtonWidget.cpp
|
||||
|
||||
debug/UDPProtocol.o: sources/UDPProtocol.cpp sources/UDPProtocol.h \
|
||||
sources/GlobalDefine.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\UDPProtocol.o sources\UDPProtocol.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/UDPProtocol.o sources/UDPProtocol.cpp
|
||||
|
||||
debug/DatabaseMgrPage.o: sources/GuiElements/DatabaseMgrPage.cpp sources/GuiElements/DatabaseMgrPage.h \
|
||||
sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/PushButton.h \
|
||||
sources/GuiElements/TextButtonWidget.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\DatabaseMgrPage.o sources\GuiElements\DatabaseMgrPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/DatabaseMgrPage.o sources/GuiElements/DatabaseMgrPage.cpp
|
||||
|
||||
debug/ZTLogsListPage.o: sources/GuiElements/ZTLogsListPage.cpp sources/GuiElements/ZTLogsListPage.h \
|
||||
sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/PushButton.h \
|
||||
sources/GuiElements/TextButtonWidget.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\ZTLogsListPage.o sources\GuiElements\ZTLogsListPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/ZTLogsListPage.o sources/GuiElements/ZTLogsListPage.cpp
|
||||
|
||||
debug/ZTLogFilesMgr.o: sources/ZTLogFilesMgr.cpp sources/ZTLogFilesMgr.h \
|
||||
sources/ZTData.h \
|
||||
@ -601,103 +601,103 @@ debug/ZTLogFilesMgr.o: sources/ZTLogFilesMgr.cpp sources/ZTLogFilesMgr.h \
|
||||
sources/LogMgr.h \
|
||||
sources/Settings.h \
|
||||
sources/TCPProtocol.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\ZTLogFilesMgr.o sources\ZTLogFilesMgr.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/ZTLogFilesMgr.o sources/ZTLogFilesMgr.cpp
|
||||
|
||||
debug/DirParserThread.o: sources/DirParserThread.cpp sources/DirParserThread.h \
|
||||
sources/GlobalDefine.h \
|
||||
sources/TrainLogFileMgr.h \
|
||||
sources/ZTData.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\DirParserThread.o sources\DirParserThread.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/DirParserThread.o sources/DirParserThread.cpp
|
||||
|
||||
debug/moc_OutilZT.o: debug/moc_OutilZT.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_OutilZT.o debug\moc_OutilZT.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_OutilZT.o debug/moc_OutilZT.cpp
|
||||
|
||||
debug/moc_MainPanel.o: debug/moc_MainPanel.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_MainPanel.o debug\moc_MainPanel.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_MainPanel.o debug/moc_MainPanel.cpp
|
||||
|
||||
debug/moc_MainPage.o: debug/moc_MainPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_MainPage.o debug\moc_MainPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_MainPage.o debug/moc_MainPage.cpp
|
||||
|
||||
debug/moc_Guipage.o: debug/moc_Guipage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_Guipage.o debug\moc_Guipage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_Guipage.o debug/moc_Guipage.cpp
|
||||
|
||||
debug/moc_PushButton.o: debug/moc_PushButton.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_PushButton.o debug\moc_PushButton.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_PushButton.o debug/moc_PushButton.cpp
|
||||
|
||||
debug/moc_LogViewPage.o: debug/moc_LogViewPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_LogViewPage.o debug\moc_LogViewPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_LogViewPage.o debug/moc_LogViewPage.cpp
|
||||
|
||||
debug/moc_TextButtonWidget.o: debug/moc_TextButtonWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_TextButtonWidget.o debug\moc_TextButtonWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_TextButtonWidget.o debug/moc_TextButtonWidget.cpp
|
||||
|
||||
debug/moc_RankRulerWidget.o: debug/moc_RankRulerWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_RankRulerWidget.o debug\moc_RankRulerWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_RankRulerWidget.o debug/moc_RankRulerWidget.cpp
|
||||
|
||||
debug/moc_GraphCursorWidget.o: debug/moc_GraphCursorWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_GraphCursorWidget.o debug\moc_GraphCursorWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_GraphCursorWidget.o debug/moc_GraphCursorWidget.cpp
|
||||
|
||||
debug/moc_EventsRulerWidget.o: debug/moc_EventsRulerWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_EventsRulerWidget.o debug\moc_EventsRulerWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_EventsRulerWidget.o debug/moc_EventsRulerWidget.cpp
|
||||
|
||||
debug/moc_AnalogGraphItem.o: debug/moc_AnalogGraphItem.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_AnalogGraphItem.o debug\moc_AnalogGraphItem.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_AnalogGraphItem.o debug/moc_AnalogGraphItem.cpp
|
||||
|
||||
debug/moc_GraphItem.o: debug/moc_GraphItem.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_GraphItem.o debug\moc_GraphItem.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_GraphItem.o debug/moc_GraphItem.cpp
|
||||
|
||||
debug/moc_GraphRulerWidget.o: debug/moc_GraphRulerWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_GraphRulerWidget.o debug\moc_GraphRulerWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_GraphRulerWidget.o debug/moc_GraphRulerWidget.cpp
|
||||
|
||||
debug/moc_LogMgr.o: debug/moc_LogMgr.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_LogMgr.o debug\moc_LogMgr.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_LogMgr.o debug/moc_LogMgr.cpp
|
||||
|
||||
debug/moc_LogsListPage.o: debug/moc_LogsListPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_LogsListPage.o debug\moc_LogsListPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_LogsListPage.o debug/moc_LogsListPage.cpp
|
||||
|
||||
debug/moc_OptionsPage.o: debug/moc_OptionsPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_OptionsPage.o debug\moc_OptionsPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_OptionsPage.o debug/moc_OptionsPage.cpp
|
||||
|
||||
debug/moc_NetworkZTListPage.o: debug/moc_NetworkZTListPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_NetworkZTListPage.o debug\moc_NetworkZTListPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_NetworkZTListPage.o debug/moc_NetworkZTListPage.cpp
|
||||
|
||||
debug/moc_ToggleTextButtonWidget.o: debug/moc_ToggleTextButtonWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_ToggleTextButtonWidget.o debug\moc_ToggleTextButtonWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_ToggleTextButtonWidget.o debug/moc_ToggleTextButtonWidget.cpp
|
||||
|
||||
debug/moc_NetworkCtrlPage.o: debug/moc_NetworkCtrlPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_NetworkCtrlPage.o debug\moc_NetworkCtrlPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_NetworkCtrlPage.o debug/moc_NetworkCtrlPage.cpp
|
||||
|
||||
debug/moc_NetworkManager.o: debug/moc_NetworkManager.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_NetworkManager.o debug\moc_NetworkManager.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_NetworkManager.o debug/moc_NetworkManager.cpp
|
||||
|
||||
debug/moc_TxRxWidget.o: debug/moc_TxRxWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_TxRxWidget.o debug\moc_TxRxWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_TxRxWidget.o debug/moc_TxRxWidget.cpp
|
||||
|
||||
debug/moc_RemoteZTPage.o: debug/moc_RemoteZTPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_RemoteZTPage.o debug\moc_RemoteZTPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_RemoteZTPage.o debug/moc_RemoteZTPage.cpp
|
||||
|
||||
debug/moc_ZTLogViewerPage.o: debug/moc_ZTLogViewerPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_ZTLogViewerPage.o debug\moc_ZTLogViewerPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_ZTLogViewerPage.o debug/moc_ZTLogViewerPage.cpp
|
||||
|
||||
debug/moc_ProgressBarPage.o: debug/moc_ProgressBarPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_ProgressBarPage.o debug\moc_ProgressBarPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_ProgressBarPage.o debug/moc_ProgressBarPage.cpp
|
||||
|
||||
debug/moc_RemoteZTCtrlPage.o: debug/moc_RemoteZTCtrlPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_RemoteZTCtrlPage.o debug\moc_RemoteZTCtrlPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_RemoteZTCtrlPage.o debug/moc_RemoteZTCtrlPage.cpp
|
||||
|
||||
debug/moc_ToggleButtonWidget.o: debug/moc_ToggleButtonWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_ToggleButtonWidget.o debug\moc_ToggleButtonWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_ToggleButtonWidget.o debug/moc_ToggleButtonWidget.cpp
|
||||
|
||||
debug/moc_DatabaseMgrPage.o: debug/moc_DatabaseMgrPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_DatabaseMgrPage.o debug\moc_DatabaseMgrPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_DatabaseMgrPage.o debug/moc_DatabaseMgrPage.cpp
|
||||
|
||||
debug/moc_ZTLogsListPage.o: debug/moc_ZTLogsListPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_ZTLogsListPage.o debug\moc_ZTLogsListPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_ZTLogsListPage.o debug/moc_ZTLogsListPage.cpp
|
||||
|
||||
debug/moc_ZTLogFilesMgr.o: debug/moc_ZTLogFilesMgr.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_ZTLogFilesMgr.o debug\moc_ZTLogFilesMgr.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_ZTLogFilesMgr.o debug/moc_ZTLogFilesMgr.cpp
|
||||
|
||||
debug/moc_DirParserThread.o: debug/moc_DirParserThread.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_DirParserThread.o debug\moc_DirParserThread.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_DirParserThread.o debug/moc_DirParserThread.cpp
|
||||
|
||||
####### Install
|
||||
|
||||
|
||||
360
Makefile.Release
360
Makefile.Release
@ -1,6 +1,6 @@
|
||||
#############################################################################
|
||||
# Makefile for building: OutilZT
|
||||
# Generated by qmake (2.01a) (Qt 4.8.1) on: Wed May 18 10:55:42 2016
|
||||
# Generated by qmake (2.01a) (Qt 4.8.1) on: Wed Dec 20 13:28:27 2017
|
||||
# Project: OutilZT.pro
|
||||
# Template: app
|
||||
#############################################################################
|
||||
@ -12,100 +12,100 @@ CXX = g++
|
||||
DEFINES = -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN
|
||||
CFLAGS = -O2 -Wall $(DEFINES)
|
||||
CXXFLAGS = -O2 -frtti -fexceptions -mthreads -Wall $(DEFINES)
|
||||
INCPATH = -I"..\..\Qt\4.8.1\include\QtCore" -I"..\..\Qt\4.8.1\include\QtNetwork" -I"..\..\Qt\4.8.1\include\QtGui" -I"..\..\Qt\4.8.1\include" -I"." -I"sources" -I"sources\GuiElements" -I"..\..\Qt\4.8.1\include\ActiveQt" -I"release" -I"..\..\Qt\4.8.1\mkspecs\win32-g++"
|
||||
INCPATH = -I'../../Qt/4.8.1/include/QtCore' -I'../../Qt/4.8.1/include/QtNetwork' -I'../../Qt/4.8.1/include/QtGui' -I'../../Qt/4.8.1/include' -I'.' -I'sources' -I'sources/GuiElements' -I'../../Qt/4.8.1/include/ActiveQt' -I'release' -I'../../Qt/4.8.1/mkspecs/win32-g++'
|
||||
LINK = g++
|
||||
LFLAGS = -Wl,-s -mthreads -Wl,-subsystem,windows
|
||||
LIBS = -L"c:\Qt\4.8.1\lib" -lmingw32 -lqtmain -lQtGui4 -lQtNetwork4 -lQtCore4
|
||||
QMAKE = c:\Qt\4.8.1\bin\qmake.exe
|
||||
IDC = c:\Qt\4.8.1\bin\idc.exe
|
||||
LIBS = -L'c:/Qt/4.8.1/lib' -lmingw32 -lqtmain -lQtGui4 -lQtNetwork4 -lQtCore4
|
||||
QMAKE = c:/Qt/4.8.1/bin/qmake.exe
|
||||
IDC = c:/Qt/4.8.1/bin/idc.exe
|
||||
IDL = midl
|
||||
ZIP = zip -r -9
|
||||
DEF_FILE =
|
||||
RES_FILE =
|
||||
COPY = copy /y
|
||||
SED =
|
||||
COPY = cp
|
||||
SED = sed
|
||||
COPY_FILE = $(COPY)
|
||||
COPY_DIR = xcopy /s /q /y /i
|
||||
DEL_FILE = del
|
||||
COPY_DIR = cp -r
|
||||
DEL_FILE = rm
|
||||
DEL_DIR = rmdir
|
||||
MOVE = move
|
||||
CHK_DIR_EXISTS= if not exist
|
||||
MKDIR = mkdir
|
||||
MOVE = mv
|
||||
CHK_DIR_EXISTS= test -d
|
||||
MKDIR = mkdir -p
|
||||
INSTALL_FILE = $(COPY_FILE)
|
||||
INSTALL_PROGRAM = $(COPY_FILE)
|
||||
INSTALL_DIR = $(COPY_DIR)
|
||||
|
||||
####### Output directory
|
||||
|
||||
OBJECTS_DIR = release
|
||||
OBJECTS_DIR = release/
|
||||
|
||||
####### Files
|
||||
|
||||
SOURCES = sources\main.cpp \
|
||||
sources\OutilZT.cpp \
|
||||
sources\MainPanel.cpp \
|
||||
sources\GuiElements\MainPage.cpp \
|
||||
sources\GuiElements\GuiPage.cpp \
|
||||
sources\GuiElements\PushButton.cpp \
|
||||
sources\GuiElements\LogViewPage.cpp \
|
||||
sources\GuiElements\TextButtonWidget.cpp \
|
||||
sources\GuiElements\RankRulerWidget.cpp \
|
||||
sources\GuiElements\GraphCursorWidget.cpp \
|
||||
sources\GuiElements\EventsRulerWidget.cpp \
|
||||
sources\GuiElements\AnalogGraphItem.cpp \
|
||||
sources\GuiElements\GraphItem.cpp \
|
||||
sources\GuiElements\GraphRulerWidget.cpp \
|
||||
sources\ZTData.cpp \
|
||||
sources\LogMgr.cpp \
|
||||
sources\TrainLogFileMgr.cpp \
|
||||
sources\GuiElements\LogsListPage.cpp \
|
||||
sources\GuiElements\OptionsPage.cpp \
|
||||
sources\Settings.cpp \
|
||||
sources\GuiElements\NetworkZTListPage.cpp \
|
||||
sources\GuiElements\ToggleTextButtonWidget.cpp \
|
||||
sources\GuiElements\NetworkCtrlPage.cpp \
|
||||
sources\NetworkManager.cpp \
|
||||
sources\GuiElements\TxRxWidget.cpp \
|
||||
sources\TCPProtocol.cpp \
|
||||
sources\GuiElements\RemoteZTPage.cpp \
|
||||
sources\GuiElements\ZTLogViewerPage.cpp \
|
||||
sources\GuiElements\ProgressBarPage.cpp \
|
||||
sources\GuiElements\RemoteZTCtrlPage.cpp \
|
||||
sources\GuiElements\ToggleButtonWidget.cpp \
|
||||
sources\UDPProtocol.cpp \
|
||||
sources\GuiElements\DatabaseMgrPage.cpp \
|
||||
sources\GuiElements\ZTLogsListPage.cpp \
|
||||
sources\ZTLogFilesMgr.cpp \
|
||||
sources\DirParserThread.cpp release\moc_OutilZT.cpp \
|
||||
release\moc_MainPanel.cpp \
|
||||
release\moc_MainPage.cpp \
|
||||
release\moc_Guipage.cpp \
|
||||
release\moc_PushButton.cpp \
|
||||
release\moc_LogViewPage.cpp \
|
||||
release\moc_TextButtonWidget.cpp \
|
||||
release\moc_RankRulerWidget.cpp \
|
||||
release\moc_GraphCursorWidget.cpp \
|
||||
release\moc_EventsRulerWidget.cpp \
|
||||
release\moc_AnalogGraphItem.cpp \
|
||||
release\moc_GraphItem.cpp \
|
||||
release\moc_GraphRulerWidget.cpp \
|
||||
release\moc_LogMgr.cpp \
|
||||
release\moc_LogsListPage.cpp \
|
||||
release\moc_OptionsPage.cpp \
|
||||
release\moc_NetworkZTListPage.cpp \
|
||||
release\moc_ToggleTextButtonWidget.cpp \
|
||||
release\moc_NetworkCtrlPage.cpp \
|
||||
release\moc_NetworkManager.cpp \
|
||||
release\moc_TxRxWidget.cpp \
|
||||
release\moc_RemoteZTPage.cpp \
|
||||
release\moc_ZTLogViewerPage.cpp \
|
||||
release\moc_ProgressBarPage.cpp \
|
||||
release\moc_RemoteZTCtrlPage.cpp \
|
||||
release\moc_ToggleButtonWidget.cpp \
|
||||
release\moc_DatabaseMgrPage.cpp \
|
||||
release\moc_ZTLogsListPage.cpp \
|
||||
release\moc_ZTLogFilesMgr.cpp \
|
||||
release\moc_DirParserThread.cpp
|
||||
SOURCES = sources/main.cpp \
|
||||
sources/OutilZT.cpp \
|
||||
sources/MainPanel.cpp \
|
||||
sources/GuiElements/MainPage.cpp \
|
||||
sources/GuiElements/GuiPage.cpp \
|
||||
sources/GuiElements/PushButton.cpp \
|
||||
sources/GuiElements/LogViewPage.cpp \
|
||||
sources/GuiElements/TextButtonWidget.cpp \
|
||||
sources/GuiElements/RankRulerWidget.cpp \
|
||||
sources/GuiElements/GraphCursorWidget.cpp \
|
||||
sources/GuiElements/EventsRulerWidget.cpp \
|
||||
sources/GuiElements/AnalogGraphItem.cpp \
|
||||
sources/GuiElements/GraphItem.cpp \
|
||||
sources/GuiElements/GraphRulerWidget.cpp \
|
||||
sources/ZTData.cpp \
|
||||
sources/LogMgr.cpp \
|
||||
sources/TrainLogFileMgr.cpp \
|
||||
sources/GuiElements/LogsListPage.cpp \
|
||||
sources/GuiElements/OptionsPage.cpp \
|
||||
sources/Settings.cpp \
|
||||
sources/GuiElements/NetworkZTListPage.cpp \
|
||||
sources/GuiElements/ToggleTextButtonWidget.cpp \
|
||||
sources/GuiElements/NetworkCtrlPage.cpp \
|
||||
sources/NetworkManager.cpp \
|
||||
sources/GuiElements/TxRxWidget.cpp \
|
||||
sources/TCPProtocol.cpp \
|
||||
sources/GuiElements/RemoteZTPage.cpp \
|
||||
sources/GuiElements/ZTLogViewerPage.cpp \
|
||||
sources/GuiElements/ProgressBarPage.cpp \
|
||||
sources/GuiElements/RemoteZTCtrlPage.cpp \
|
||||
sources/GuiElements/ToggleButtonWidget.cpp \
|
||||
sources/UDPProtocol.cpp \
|
||||
sources/GuiElements/DatabaseMgrPage.cpp \
|
||||
sources/GuiElements/ZTLogsListPage.cpp \
|
||||
sources/ZTLogFilesMgr.cpp \
|
||||
sources/DirParserThread.cpp release/moc_OutilZT.cpp \
|
||||
release/moc_MainPanel.cpp \
|
||||
release/moc_MainPage.cpp \
|
||||
release/moc_Guipage.cpp \
|
||||
release/moc_PushButton.cpp \
|
||||
release/moc_LogViewPage.cpp \
|
||||
release/moc_TextButtonWidget.cpp \
|
||||
release/moc_RankRulerWidget.cpp \
|
||||
release/moc_GraphCursorWidget.cpp \
|
||||
release/moc_EventsRulerWidget.cpp \
|
||||
release/moc_AnalogGraphItem.cpp \
|
||||
release/moc_GraphItem.cpp \
|
||||
release/moc_GraphRulerWidget.cpp \
|
||||
release/moc_LogMgr.cpp \
|
||||
release/moc_LogsListPage.cpp \
|
||||
release/moc_OptionsPage.cpp \
|
||||
release/moc_NetworkZTListPage.cpp \
|
||||
release/moc_ToggleTextButtonWidget.cpp \
|
||||
release/moc_NetworkCtrlPage.cpp \
|
||||
release/moc_NetworkManager.cpp \
|
||||
release/moc_TxRxWidget.cpp \
|
||||
release/moc_RemoteZTPage.cpp \
|
||||
release/moc_ZTLogViewerPage.cpp \
|
||||
release/moc_ProgressBarPage.cpp \
|
||||
release/moc_RemoteZTCtrlPage.cpp \
|
||||
release/moc_ToggleButtonWidget.cpp \
|
||||
release/moc_DatabaseMgrPage.cpp \
|
||||
release/moc_ZTLogsListPage.cpp \
|
||||
release/moc_ZTLogFilesMgr.cpp \
|
||||
release/moc_DirParserThread.cpp
|
||||
OBJECTS = release/main.o \
|
||||
release/OutilZT.o \
|
||||
release/MainPanel.o \
|
||||
@ -174,9 +174,9 @@ OBJECTS = release/main.o \
|
||||
release/moc_DirParserThread.o
|
||||
DIST =
|
||||
QMAKE_TARGET = OutilZT
|
||||
DESTDIR = release\ #avoid trailing-slash linebreak
|
||||
DESTDIR = release/ #avoid trailing-slash linebreak
|
||||
TARGET = OutilZT.exe
|
||||
DESTDIR_TARGET = release\OutilZT.exe
|
||||
DESTDIR_TARGET = release/OutilZT.exe
|
||||
|
||||
####### Implicit rules
|
||||
|
||||
@ -203,13 +203,13 @@ $(DESTDIR_TARGET): $(OBJECTS)
|
||||
$(LINK) $(LFLAGS) -o $(DESTDIR_TARGET) object_script.OutilZT.Release $(LIBS)
|
||||
|
||||
qmake: FORCE
|
||||
@$(QMAKE) -spec ..\..\Qt\4.8.1\mkspecs\win32-g++ CONFIG+=release -o Makefile.Release OutilZT.pro
|
||||
@$(QMAKE) -spec ../../Qt/4.8.1/mkspecs/win32-g++ CONFIG+=declarative_debug -o Makefile.Release OutilZT.pro
|
||||
|
||||
dist:
|
||||
$(ZIP) OutilZT.zip $(SOURCES) $(DIST) OutilZT.pro ..\..\Qt\4.8.1\mkspecs\qconfig.pri ..\..\Qt\4.8.1\mkspecs\modules\qt_webkit_version.pri ..\..\Qt\4.8.1\mkspecs\features\qt_functions.prf ..\..\Qt\4.8.1\mkspecs\features\qt_config.prf ..\..\Qt\4.8.1\mkspecs\features\exclusive_builds.prf ..\..\Qt\4.8.1\mkspecs\features\default_pre.prf ..\..\Qt\4.8.1\mkspecs\features\win32\default_pre.prf ..\..\Qt\4.8.1\mkspecs\features\release.prf ..\..\Qt\4.8.1\mkspecs\features\debug_and_release.prf ..\..\Qt\4.8.1\mkspecs\features\default_post.prf ..\..\Qt\4.8.1\mkspecs\features\win32\default_post.prf ..\..\Qt\4.8.1\mkspecs\features\build_pass.prf ..\..\Qt\4.8.1\mkspecs\features\win32\rtti.prf ..\..\Qt\4.8.1\mkspecs\features\win32\exceptions.prf ..\..\Qt\4.8.1\mkspecs\features\win32\stl.prf ..\..\Qt\4.8.1\mkspecs\features\shared.prf ..\..\Qt\4.8.1\mkspecs\features\warn_on.prf ..\..\Qt\4.8.1\mkspecs\features\qt.prf ..\..\Qt\4.8.1\mkspecs\features\win32\thread.prf ..\..\Qt\4.8.1\mkspecs\features\moc.prf ..\..\Qt\4.8.1\mkspecs\features\win32\windows.prf ..\..\Qt\4.8.1\mkspecs\features\resources.prf ..\..\Qt\4.8.1\mkspecs\features\uic.prf ..\..\Qt\4.8.1\mkspecs\features\yacc.prf ..\..\Qt\4.8.1\mkspecs\features\lex.prf ..\..\Qt\4.8.1\mkspecs\features\include_source_dir.prf c:\Qt\4.8.1\lib\qtmain.prl HEADERS RESOURCES IMAGES SOURCES OBJECTIVE_SOURCES FORMS YACCSOURCES YACCSOURCES LEXSOURCES
|
||||
$(ZIP) OutilZT.zip $(SOURCES) $(DIST) OutilZT.pro ../../Qt/4.8.1/mkspecs/qconfig.pri ../../Qt/4.8.1/mkspecs/modules/qt_webkit_version.pri ../../Qt/4.8.1/mkspecs/features/qt_functions.prf ../../Qt/4.8.1/mkspecs/features/qt_config.prf ../../Qt/4.8.1/mkspecs/features/exclusive_builds.prf ../../Qt/4.8.1/mkspecs/features/default_pre.prf ../../Qt/4.8.1/mkspecs/features/win32/default_pre.prf ../../Qt/4.8.1/mkspecs/features/release.prf ../../Qt/4.8.1/mkspecs/features/debug_and_release.prf ../../Qt/4.8.1/mkspecs/features/default_post.prf ../../Qt/4.8.1/mkspecs/features/win32/default_post.prf ../../Qt/4.8.1/mkspecs/features/build_pass.prf ../../Qt/4.8.1/mkspecs/features/declarative_debug.prf ../../Qt/4.8.1/mkspecs/features/win32/rtti.prf ../../Qt/4.8.1/mkspecs/features/win32/exceptions.prf ../../Qt/4.8.1/mkspecs/features/win32/stl.prf ../../Qt/4.8.1/mkspecs/features/shared.prf ../../Qt/4.8.1/mkspecs/features/warn_on.prf ../../Qt/4.8.1/mkspecs/features/qt.prf ../../Qt/4.8.1/mkspecs/features/win32/thread.prf ../../Qt/4.8.1/mkspecs/features/moc.prf ../../Qt/4.8.1/mkspecs/features/win32/windows.prf ../../Qt/4.8.1/mkspecs/features/resources.prf ../../Qt/4.8.1/mkspecs/features/uic.prf ../../Qt/4.8.1/mkspecs/features/yacc.prf ../../Qt/4.8.1/mkspecs/features/lex.prf ../../Qt/4.8.1/mkspecs/features/include_source_dir.prf c:\Qt\4.8.1\lib\qtmain.prl HEADERS RESOURCES IMAGES SOURCES OBJECTIVE_SOURCES FORMS YACCSOURCES YACCSOURCES LEXSOURCES
|
||||
|
||||
clean: compiler_clean
|
||||
-$(DEL_FILE) release\main.o release\OutilZT.o release\MainPanel.o release\MainPage.o release\GuiPage.o release\PushButton.o release\LogViewPage.o release\TextButtonWidget.o release\RankRulerWidget.o release\GraphCursorWidget.o release\EventsRulerWidget.o release\AnalogGraphItem.o release\GraphItem.o release\GraphRulerWidget.o release\ZTData.o release\LogMgr.o release\TrainLogFileMgr.o release\LogsListPage.o release\OptionsPage.o release\Settings.o release\NetworkZTListPage.o release\ToggleTextButtonWidget.o release\NetworkCtrlPage.o release\NetworkManager.o release\TxRxWidget.o release\TCPProtocol.o release\RemoteZTPage.o release\ZTLogViewerPage.o release\ProgressBarPage.o release\RemoteZTCtrlPage.o release\ToggleButtonWidget.o release\UDPProtocol.o release\DatabaseMgrPage.o release\ZTLogsListPage.o release\ZTLogFilesMgr.o release\DirParserThread.o release\moc_OutilZT.o release\moc_MainPanel.o release\moc_MainPage.o release\moc_Guipage.o release\moc_PushButton.o release\moc_LogViewPage.o release\moc_TextButtonWidget.o release\moc_RankRulerWidget.o release\moc_GraphCursorWidget.o release\moc_EventsRulerWidget.o release\moc_AnalogGraphItem.o release\moc_GraphItem.o release\moc_GraphRulerWidget.o release\moc_LogMgr.o release\moc_LogsListPage.o release\moc_OptionsPage.o release\moc_NetworkZTListPage.o release\moc_ToggleTextButtonWidget.o release\moc_NetworkCtrlPage.o release\moc_NetworkManager.o release\moc_TxRxWidget.o release\moc_RemoteZTPage.o release\moc_ZTLogViewerPage.o release\moc_ProgressBarPage.o release\moc_RemoteZTCtrlPage.o release\moc_ToggleButtonWidget.o release\moc_DatabaseMgrPage.o release\moc_ZTLogsListPage.o release\moc_ZTLogFilesMgr.o release\moc_DirParserThread.o
|
||||
-$(DEL_FILE) release/main.o release/OutilZT.o release/MainPanel.o release/MainPage.o release/GuiPage.o release/PushButton.o release/LogViewPage.o release/TextButtonWidget.o release/RankRulerWidget.o release/GraphCursorWidget.o release/EventsRulerWidget.o release/AnalogGraphItem.o release/GraphItem.o release/GraphRulerWidget.o release/ZTData.o release/LogMgr.o release/TrainLogFileMgr.o release/LogsListPage.o release/OptionsPage.o release/Settings.o release/NetworkZTListPage.o release/ToggleTextButtonWidget.o release/NetworkCtrlPage.o release/NetworkManager.o release/TxRxWidget.o release/TCPProtocol.o release/RemoteZTPage.o release/ZTLogViewerPage.o release/ProgressBarPage.o release/RemoteZTCtrlPage.o release/ToggleButtonWidget.o release/UDPProtocol.o release/DatabaseMgrPage.o release/ZTLogsListPage.o release/ZTLogFilesMgr.o release/DirParserThread.o release/moc_OutilZT.o release/moc_MainPanel.o release/moc_MainPage.o release/moc_Guipage.o release/moc_PushButton.o release/moc_LogViewPage.o release/moc_TextButtonWidget.o release/moc_RankRulerWidget.o release/moc_GraphCursorWidget.o release/moc_EventsRulerWidget.o release/moc_AnalogGraphItem.o release/moc_GraphItem.o release/moc_GraphRulerWidget.o release/moc_LogMgr.o release/moc_LogsListPage.o release/moc_OptionsPage.o release/moc_NetworkZTListPage.o release/moc_ToggleTextButtonWidget.o release/moc_NetworkCtrlPage.o release/moc_NetworkManager.o release/moc_TxRxWidget.o release/moc_RemoteZTPage.o release/moc_ZTLogViewerPage.o release/moc_ProgressBarPage.o release/moc_RemoteZTCtrlPage.o release/moc_ToggleButtonWidget.o release/moc_DatabaseMgrPage.o release/moc_ZTLogsListPage.o release/moc_ZTLogFilesMgr.o release/moc_DirParserThread.o
|
||||
|
||||
distclean: clean
|
||||
-$(DEL_FILE) $(DESTDIR_TARGET)
|
||||
@ -223,7 +223,7 @@ mocables: compiler_moc_header_make_all compiler_moc_source_make_all
|
||||
|
||||
compiler_moc_header_make_all: release/moc_OutilZT.cpp release/moc_MainPanel.cpp release/moc_MainPage.cpp release/moc_Guipage.cpp release/moc_PushButton.cpp release/moc_LogViewPage.cpp release/moc_TextButtonWidget.cpp release/moc_RankRulerWidget.cpp release/moc_GraphCursorWidget.cpp release/moc_EventsRulerWidget.cpp release/moc_AnalogGraphItem.cpp release/moc_GraphItem.cpp release/moc_GraphRulerWidget.cpp release/moc_LogMgr.cpp release/moc_LogsListPage.cpp release/moc_OptionsPage.cpp release/moc_NetworkZTListPage.cpp release/moc_ToggleTextButtonWidget.cpp release/moc_NetworkCtrlPage.cpp release/moc_NetworkManager.cpp release/moc_TxRxWidget.cpp release/moc_RemoteZTPage.cpp release/moc_ZTLogViewerPage.cpp release/moc_ProgressBarPage.cpp release/moc_RemoteZTCtrlPage.cpp release/moc_ToggleButtonWidget.cpp release/moc_DatabaseMgrPage.cpp release/moc_ZTLogsListPage.cpp release/moc_ZTLogFilesMgr.cpp release/moc_DirParserThread.cpp
|
||||
compiler_moc_header_clean:
|
||||
-$(DEL_FILE) release\moc_OutilZT.cpp release\moc_MainPanel.cpp release\moc_MainPage.cpp release\moc_Guipage.cpp release\moc_PushButton.cpp release\moc_LogViewPage.cpp release\moc_TextButtonWidget.cpp release\moc_RankRulerWidget.cpp release\moc_GraphCursorWidget.cpp release\moc_EventsRulerWidget.cpp release\moc_AnalogGraphItem.cpp release\moc_GraphItem.cpp release\moc_GraphRulerWidget.cpp release\moc_LogMgr.cpp release\moc_LogsListPage.cpp release\moc_OptionsPage.cpp release\moc_NetworkZTListPage.cpp release\moc_ToggleTextButtonWidget.cpp release\moc_NetworkCtrlPage.cpp release\moc_NetworkManager.cpp release\moc_TxRxWidget.cpp release\moc_RemoteZTPage.cpp release\moc_ZTLogViewerPage.cpp release\moc_ProgressBarPage.cpp release\moc_RemoteZTCtrlPage.cpp release\moc_ToggleButtonWidget.cpp release\moc_DatabaseMgrPage.cpp release\moc_ZTLogsListPage.cpp release\moc_ZTLogFilesMgr.cpp release\moc_DirParserThread.cpp
|
||||
-$(DEL_FILE) release/moc_OutilZT.cpp release/moc_MainPanel.cpp release/moc_MainPage.cpp release/moc_Guipage.cpp release/moc_PushButton.cpp release/moc_LogViewPage.cpp release/moc_TextButtonWidget.cpp release/moc_RankRulerWidget.cpp release/moc_GraphCursorWidget.cpp release/moc_EventsRulerWidget.cpp release/moc_AnalogGraphItem.cpp release/moc_GraphItem.cpp release/moc_GraphRulerWidget.cpp release/moc_LogMgr.cpp release/moc_LogsListPage.cpp release/moc_OptionsPage.cpp release/moc_NetworkZTListPage.cpp release/moc_ToggleTextButtonWidget.cpp release/moc_NetworkCtrlPage.cpp release/moc_NetworkManager.cpp release/moc_TxRxWidget.cpp release/moc_RemoteZTPage.cpp release/moc_ZTLogViewerPage.cpp release/moc_ProgressBarPage.cpp release/moc_RemoteZTCtrlPage.cpp release/moc_ToggleButtonWidget.cpp release/moc_DatabaseMgrPage.cpp release/moc_ZTLogsListPage.cpp release/moc_ZTLogFilesMgr.cpp release/moc_DirParserThread.cpp
|
||||
release/moc_OutilZT.cpp: sources/MainPanel.h \
|
||||
sources/GlobalDefine.h \
|
||||
sources/LogMgr.h \
|
||||
@ -234,22 +234,22 @@ release/moc_OutilZT.cpp: sources/MainPanel.h \
|
||||
sources/TCPProtocol.h \
|
||||
sources/ZTLogFilesMgr.h \
|
||||
sources/OutilZT.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\OutilZT.h -o release\moc_OutilZT.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/OutilZT.h -o release/moc_OutilZT.cpp
|
||||
|
||||
release/moc_MainPanel.cpp: sources/GlobalDefine.h \
|
||||
sources/MainPanel.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\MainPanel.h -o release\moc_MainPanel.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/MainPanel.h -o release/moc_MainPanel.cpp
|
||||
|
||||
release/moc_MainPage.cpp: sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/PushButton.h \
|
||||
sources/GuiElements/MainPage.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\MainPage.h -o release\moc_MainPage.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/MainPage.h -o release/moc_MainPage.cpp
|
||||
|
||||
release/moc_Guipage.cpp: sources/GuiElements/Guipage.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\Guipage.h -o release\moc_Guipage.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/Guipage.h -o release/moc_Guipage.cpp
|
||||
|
||||
release/moc_PushButton.cpp: sources/GuiElements/PushButton.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\PushButton.h -o release\moc_PushButton.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/PushButton.h -o release/moc_PushButton.cpp
|
||||
|
||||
release/moc_LogViewPage.cpp: sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/PushButton.h \
|
||||
@ -261,123 +261,123 @@ release/moc_LogViewPage.cpp: sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/RankRulerWidget.h \
|
||||
sources/GuiElements/EventsRulerWidget.h \
|
||||
sources/GuiElements/LogViewPage.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\LogViewPage.h -o release\moc_LogViewPage.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/LogViewPage.h -o release/moc_LogViewPage.cpp
|
||||
|
||||
release/moc_TextButtonWidget.cpp: sources/GuiElements/TextButtonWidget.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\TextButtonWidget.h -o release\moc_TextButtonWidget.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/TextButtonWidget.h -o release/moc_TextButtonWidget.cpp
|
||||
|
||||
release/moc_RankRulerWidget.cpp: sources/GuiElements/RankRulerWidget.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\RankRulerWidget.h -o release\moc_RankRulerWidget.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/RankRulerWidget.h -o release/moc_RankRulerWidget.cpp
|
||||
|
||||
release/moc_GraphCursorWidget.cpp: sources/GuiElements/GraphCursorWidget.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\GraphCursorWidget.h -o release\moc_GraphCursorWidget.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/GraphCursorWidget.h -o release/moc_GraphCursorWidget.cpp
|
||||
|
||||
release/moc_EventsRulerWidget.cpp: sources/GuiElements/EventsRulerWidget.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\EventsRulerWidget.h -o release\moc_EventsRulerWidget.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/EventsRulerWidget.h -o release/moc_EventsRulerWidget.cpp
|
||||
|
||||
release/moc_AnalogGraphItem.cpp: sources/GuiElements/AnalogGraphItem.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\AnalogGraphItem.h -o release\moc_AnalogGraphItem.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/AnalogGraphItem.h -o release/moc_AnalogGraphItem.cpp
|
||||
|
||||
release/moc_GraphItem.cpp: sources/GuiElements/GraphItem.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\GraphItem.h -o release\moc_GraphItem.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/GraphItem.h -o release/moc_GraphItem.cpp
|
||||
|
||||
release/moc_GraphRulerWidget.cpp: sources/GuiElements/GraphRulerWidget.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\GraphRulerWidget.h -o release\moc_GraphRulerWidget.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/GraphRulerWidget.h -o release/moc_GraphRulerWidget.cpp
|
||||
|
||||
release/moc_LogMgr.cpp: sources/ZTData.h \
|
||||
sources/GlobalDefine.h \
|
||||
sources/DirParserThread.h \
|
||||
sources/TrainLogFileMgr.h \
|
||||
sources/LogMgr.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\LogMgr.h -o release\moc_LogMgr.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/LogMgr.h -o release/moc_LogMgr.cpp
|
||||
|
||||
release/moc_LogsListPage.cpp: sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/PushButton.h \
|
||||
sources/GuiElements/TextButtonWidget.h \
|
||||
sources/GuiElements/LogsListPage.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\LogsListPage.h -o release\moc_LogsListPage.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/LogsListPage.h -o release/moc_LogsListPage.cpp
|
||||
|
||||
release/moc_OptionsPage.cpp: sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/PushButton.h \
|
||||
sources/GuiElements/TextButtonWidget.h \
|
||||
sources/GuiElements/OptionsPage.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\OptionsPage.h -o release\moc_OptionsPage.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/OptionsPage.h -o release/moc_OptionsPage.cpp
|
||||
|
||||
release/moc_NetworkZTListPage.cpp: sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/PushButton.h \
|
||||
sources/GuiElements/TextButtonWidget.h \
|
||||
sources/GuiElements/NetworkZTListPage.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\NetworkZTListPage.h -o release\moc_NetworkZTListPage.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/NetworkZTListPage.h -o release/moc_NetworkZTListPage.cpp
|
||||
|
||||
release/moc_ToggleTextButtonWidget.cpp: sources/GuiElements/TextButtonWidget.h \
|
||||
sources/GuiElements/ToggleTextButtonWidget.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\ToggleTextButtonWidget.h -o release\moc_ToggleTextButtonWidget.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/ToggleTextButtonWidget.h -o release/moc_ToggleTextButtonWidget.cpp
|
||||
|
||||
release/moc_NetworkCtrlPage.cpp: sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/ToggleTextButtonWidget.h \
|
||||
sources/GuiElements/TextButtonWidget.h \
|
||||
sources/GuiElements/TxRxWidget.h \
|
||||
sources/GuiElements/NetworkCtrlPage.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\NetworkCtrlPage.h -o release\moc_NetworkCtrlPage.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/NetworkCtrlPage.h -o release/moc_NetworkCtrlPage.cpp
|
||||
|
||||
release/moc_NetworkManager.cpp: sources/GlobalDefine.h \
|
||||
sources/ZTData.h \
|
||||
sources/TCPProtocol.h \
|
||||
sources/UDPProtocol.h \
|
||||
sources/NetworkManager.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\NetworkManager.h -o release\moc_NetworkManager.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/NetworkManager.h -o release/moc_NetworkManager.cpp
|
||||
|
||||
release/moc_TxRxWidget.cpp: sources/GuiElements/TxRxWidget.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\TxRxWidget.h -o release\moc_TxRxWidget.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/TxRxWidget.h -o release/moc_TxRxWidget.cpp
|
||||
|
||||
release/moc_RemoteZTPage.cpp: sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/ToggleTextButtonWidget.h \
|
||||
sources/GuiElements/TextButtonWidget.h \
|
||||
sources/GuiElements/RemoteZTPage.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\RemoteZTPage.h -o release\moc_RemoteZTPage.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/RemoteZTPage.h -o release/moc_RemoteZTPage.cpp
|
||||
|
||||
release/moc_ZTLogViewerPage.cpp: sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/TextButtonWidget.h \
|
||||
sources/GuiElements/ZTLogViewerPage.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\ZTLogViewerPage.h -o release\moc_ZTLogViewerPage.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/ZTLogViewerPage.h -o release/moc_ZTLogViewerPage.cpp
|
||||
|
||||
release/moc_ProgressBarPage.cpp: sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/ProgressBarPage.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\ProgressBarPage.h -o release\moc_ProgressBarPage.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/ProgressBarPage.h -o release/moc_ProgressBarPage.cpp
|
||||
|
||||
release/moc_RemoteZTCtrlPage.cpp: sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/TextButtonWidget.h \
|
||||
sources/GuiElements/ToggleButtonWidget.h \
|
||||
sources/GuiElements/RemoteZTCtrlPage.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\RemoteZTCtrlPage.h -o release\moc_RemoteZTCtrlPage.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/RemoteZTCtrlPage.h -o release/moc_RemoteZTCtrlPage.cpp
|
||||
|
||||
release/moc_ToggleButtonWidget.cpp: sources/GuiElements/ToggleButtonWidget.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\ToggleButtonWidget.h -o release\moc_ToggleButtonWidget.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/ToggleButtonWidget.h -o release/moc_ToggleButtonWidget.cpp
|
||||
|
||||
release/moc_DatabaseMgrPage.cpp: sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/PushButton.h \
|
||||
sources/GuiElements/TextButtonWidget.h \
|
||||
sources/GuiElements/DatabaseMgrPage.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\DatabaseMgrPage.h -o release\moc_DatabaseMgrPage.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/DatabaseMgrPage.h -o release/moc_DatabaseMgrPage.cpp
|
||||
|
||||
release/moc_ZTLogsListPage.cpp: sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/PushButton.h \
|
||||
sources/GuiElements/TextButtonWidget.h \
|
||||
sources/GuiElements/ZTLogsListPage.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\GuiElements\ZTLogsListPage.h -o release\moc_ZTLogsListPage.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/ZTLogsListPage.h -o release/moc_ZTLogsListPage.cpp
|
||||
|
||||
release/moc_ZTLogFilesMgr.cpp: sources/ZTData.h \
|
||||
sources/GlobalDefine.h \
|
||||
sources/DirParserThread.h \
|
||||
sources/TrainLogFileMgr.h \
|
||||
sources/ZTLogFilesMgr.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\ZTLogFilesMgr.h -o release\moc_ZTLogFilesMgr.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/ZTLogFilesMgr.h -o release/moc_ZTLogFilesMgr.cpp
|
||||
|
||||
release/moc_DirParserThread.cpp: sources/GlobalDefine.h \
|
||||
sources/TrainLogFileMgr.h \
|
||||
sources/ZTData.h \
|
||||
sources/DirParserThread.h
|
||||
C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources\DirParserThread.h -o release\moc_DirParserThread.cpp
|
||||
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/DirParserThread.h -o release/moc_DirParserThread.cpp
|
||||
|
||||
compiler_rcc_make_all:
|
||||
compiler_rcc_clean:
|
||||
@ -410,7 +410,7 @@ release/main.o: sources/main.cpp sources/OutilZT.h \
|
||||
sources/Settings.h \
|
||||
sources/TCPProtocol.h \
|
||||
sources/ZTLogFilesMgr.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\main.o sources\main.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/main.o sources/main.cpp
|
||||
|
||||
release/OutilZT.o: sources/OutilZT.cpp sources/OutilZT.h \
|
||||
sources/MainPanel.h \
|
||||
@ -424,22 +424,22 @@ release/OutilZT.o: sources/OutilZT.cpp sources/OutilZT.h \
|
||||
sources/ZTLogFilesMgr.h \
|
||||
sources/NetworkManager.h \
|
||||
sources/UDPProtocol.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\OutilZT.o sources\OutilZT.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/OutilZT.o sources/OutilZT.cpp
|
||||
|
||||
release/MainPanel.o: sources/MainPanel.cpp sources/MainPanel.h \
|
||||
sources/GlobalDefine.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\MainPanel.o sources\MainPanel.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/MainPanel.o sources/MainPanel.cpp
|
||||
|
||||
release/MainPage.o: sources/GuiElements/MainPage.cpp sources/GuiElements/MainPage.h \
|
||||
sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/PushButton.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\MainPage.o sources\GuiElements\MainPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/MainPage.o sources/GuiElements/MainPage.cpp
|
||||
|
||||
release/GuiPage.o: sources/GuiElements/GuiPage.cpp sources/GuiElements/Guipage.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\GuiPage.o sources\GuiElements\GuiPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/GuiPage.o sources/GuiElements/GuiPage.cpp
|
||||
|
||||
release/PushButton.o: sources/GuiElements/PushButton.cpp sources/GuiElements/PushButton.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\PushButton.o sources\GuiElements\PushButton.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/PushButton.o sources/GuiElements/PushButton.cpp
|
||||
|
||||
release/LogViewPage.o: sources/GuiElements/LogViewPage.cpp sources/GuiElements/LogViewPage.h \
|
||||
sources/GuiElements/Guipage.h \
|
||||
@ -451,32 +451,32 @@ release/LogViewPage.o: sources/GuiElements/LogViewPage.cpp sources/GuiElements/L
|
||||
sources/GuiElements/AnalogGraphItem.h \
|
||||
sources/GuiElements/RankRulerWidget.h \
|
||||
sources/GuiElements/EventsRulerWidget.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\LogViewPage.o sources\GuiElements\LogViewPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/LogViewPage.o sources/GuiElements/LogViewPage.cpp
|
||||
|
||||
release/TextButtonWidget.o: sources/GuiElements/TextButtonWidget.cpp sources/GuiElements/TextButtonWidget.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\TextButtonWidget.o sources\GuiElements\TextButtonWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/TextButtonWidget.o sources/GuiElements/TextButtonWidget.cpp
|
||||
|
||||
release/RankRulerWidget.o: sources/GuiElements/RankRulerWidget.cpp sources/GuiElements/RankRulerWidget.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\RankRulerWidget.o sources\GuiElements\RankRulerWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/RankRulerWidget.o sources/GuiElements/RankRulerWidget.cpp
|
||||
|
||||
release/GraphCursorWidget.o: sources/GuiElements/GraphCursorWidget.cpp sources/GuiElements/GraphCursorWidget.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\GraphCursorWidget.o sources\GuiElements\GraphCursorWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/GraphCursorWidget.o sources/GuiElements/GraphCursorWidget.cpp
|
||||
|
||||
release/EventsRulerWidget.o: sources/GuiElements/EventsRulerWidget.cpp sources/GuiElements/EventsRulerWidget.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\EventsRulerWidget.o sources\GuiElements\EventsRulerWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/EventsRulerWidget.o sources/GuiElements/EventsRulerWidget.cpp
|
||||
|
||||
release/AnalogGraphItem.o: sources/GuiElements/AnalogGraphItem.cpp sources/GuiElements/AnalogGraphItem.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\AnalogGraphItem.o sources\GuiElements\AnalogGraphItem.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/AnalogGraphItem.o sources/GuiElements/AnalogGraphItem.cpp
|
||||
|
||||
release/GraphItem.o: sources/GuiElements/GraphItem.cpp sources/GuiElements/GraphItem.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\GraphItem.o sources\GuiElements\GraphItem.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/GraphItem.o sources/GuiElements/GraphItem.cpp
|
||||
|
||||
release/GraphRulerWidget.o: sources/GuiElements/GraphRulerWidget.cpp sources/GuiElements/GraphRulerWidget.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\GraphRulerWidget.o sources\GuiElements\GraphRulerWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/GraphRulerWidget.o sources/GuiElements/GraphRulerWidget.cpp
|
||||
|
||||
release/ZTData.o: sources/ZTData.cpp sources/ZTData.h \
|
||||
sources/GlobalDefine.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\ZTData.o sources\ZTData.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/ZTData.o sources/ZTData.cpp
|
||||
|
||||
release/LogMgr.o: sources/LogMgr.cpp sources/LogMgr.h \
|
||||
sources/ZTData.h \
|
||||
@ -488,47 +488,47 @@ release/LogMgr.o: sources/LogMgr.cpp sources/LogMgr.h \
|
||||
sources/Settings.h \
|
||||
sources/TCPProtocol.h \
|
||||
sources/ZTLogFilesMgr.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\LogMgr.o sources\LogMgr.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/LogMgr.o sources/LogMgr.cpp
|
||||
|
||||
release/TrainLogFileMgr.o: sources/TrainLogFileMgr.cpp sources/TrainLogFileMgr.h \
|
||||
sources/GlobalDefine.h \
|
||||
sources/ZTData.h \
|
||||
sources/LogMgr.h \
|
||||
sources/DirParserThread.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\TrainLogFileMgr.o sources\TrainLogFileMgr.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/TrainLogFileMgr.o sources/TrainLogFileMgr.cpp
|
||||
|
||||
release/LogsListPage.o: sources/GuiElements/LogsListPage.cpp sources/GuiElements/LogsListPage.h \
|
||||
sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/PushButton.h \
|
||||
sources/GuiElements/TextButtonWidget.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\LogsListPage.o sources\GuiElements\LogsListPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/LogsListPage.o sources/GuiElements/LogsListPage.cpp
|
||||
|
||||
release/OptionsPage.o: sources/GuiElements/OptionsPage.cpp sources/GuiElements/OptionsPage.h \
|
||||
sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/PushButton.h \
|
||||
sources/GuiElements/TextButtonWidget.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\OptionsPage.o sources\GuiElements\OptionsPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/OptionsPage.o sources/GuiElements/OptionsPage.cpp
|
||||
|
||||
release/Settings.o: sources/Settings.cpp sources/Settings.h \
|
||||
sources/GlobalDefine.h \
|
||||
sources/ZTData.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\Settings.o sources\Settings.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/Settings.o sources/Settings.cpp
|
||||
|
||||
release/NetworkZTListPage.o: sources/GuiElements/NetworkZTListPage.cpp sources/GuiElements/NetworkZTListPage.h \
|
||||
sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/PushButton.h \
|
||||
sources/GuiElements/TextButtonWidget.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\NetworkZTListPage.o sources\GuiElements\NetworkZTListPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/NetworkZTListPage.o sources/GuiElements/NetworkZTListPage.cpp
|
||||
|
||||
release/ToggleTextButtonWidget.o: sources/GuiElements/ToggleTextButtonWidget.cpp sources/GuiElements/TextButtonWidget.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\ToggleTextButtonWidget.o sources\GuiElements\ToggleTextButtonWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/ToggleTextButtonWidget.o sources/GuiElements/ToggleTextButtonWidget.cpp
|
||||
|
||||
release/NetworkCtrlPage.o: sources/GuiElements/NetworkCtrlPage.cpp sources/GuiElements/NetworkCtrlPage.h \
|
||||
sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/ToggleTextButtonWidget.h \
|
||||
sources/GuiElements/TextButtonWidget.h \
|
||||
sources/GuiElements/TxRxWidget.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\NetworkCtrlPage.o sources\GuiElements\NetworkCtrlPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/NetworkCtrlPage.o sources/GuiElements/NetworkCtrlPage.cpp
|
||||
|
||||
release/NetworkManager.o: sources/NetworkManager.cpp sources/NetworkManager.h \
|
||||
sources/GlobalDefine.h \
|
||||
@ -542,54 +542,54 @@ release/NetworkManager.o: sources/NetworkManager.cpp sources/NetworkManager.h \
|
||||
sources/TrainLogFileMgr.h \
|
||||
sources/Settings.h \
|
||||
sources/ZTLogFilesMgr.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\NetworkManager.o sources\NetworkManager.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/NetworkManager.o sources/NetworkManager.cpp
|
||||
|
||||
release/TxRxWidget.o: sources/GuiElements/TxRxWidget.cpp sources/GuiElements/TxRxWidget.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\TxRxWidget.o sources\GuiElements\TxRxWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/TxRxWidget.o sources/GuiElements/TxRxWidget.cpp
|
||||
|
||||
release/TCPProtocol.o: sources/TCPProtocol.cpp sources/TCPProtocol.h \
|
||||
sources/GlobalDefine.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\TCPProtocol.o sources\TCPProtocol.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/TCPProtocol.o sources/TCPProtocol.cpp
|
||||
|
||||
release/RemoteZTPage.o: sources/GuiElements/RemoteZTPage.cpp sources/GuiElements/RemoteZTPage.h \
|
||||
sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/ToggleTextButtonWidget.h \
|
||||
sources/GuiElements/TextButtonWidget.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\RemoteZTPage.o sources\GuiElements\RemoteZTPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/RemoteZTPage.o sources/GuiElements/RemoteZTPage.cpp
|
||||
|
||||
release/ZTLogViewerPage.o: sources/GuiElements/ZTLogViewerPage.cpp sources/GuiElements/ZTLogViewerPage.h \
|
||||
sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/TextButtonWidget.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\ZTLogViewerPage.o sources\GuiElements\ZTLogViewerPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/ZTLogViewerPage.o sources/GuiElements/ZTLogViewerPage.cpp
|
||||
|
||||
release/ProgressBarPage.o: sources/GuiElements/ProgressBarPage.cpp sources/GuiElements/ProgressBarPage.h \
|
||||
sources/GuiElements/Guipage.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\ProgressBarPage.o sources\GuiElements\ProgressBarPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/ProgressBarPage.o sources/GuiElements/ProgressBarPage.cpp
|
||||
|
||||
release/RemoteZTCtrlPage.o: sources/GuiElements/RemoteZTCtrlPage.cpp sources/GuiElements/RemoteZTCtrlPage.h \
|
||||
sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/TextButtonWidget.h \
|
||||
sources/GuiElements/ToggleButtonWidget.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\RemoteZTCtrlPage.o sources\GuiElements\RemoteZTCtrlPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/RemoteZTCtrlPage.o sources/GuiElements/RemoteZTCtrlPage.cpp
|
||||
|
||||
release/ToggleButtonWidget.o: sources/GuiElements/ToggleButtonWidget.cpp sources/GuiElements/ToggleButtonWidget.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\ToggleButtonWidget.o sources\GuiElements\ToggleButtonWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/ToggleButtonWidget.o sources/GuiElements/ToggleButtonWidget.cpp
|
||||
|
||||
release/UDPProtocol.o: sources/UDPProtocol.cpp sources/UDPProtocol.h \
|
||||
sources/GlobalDefine.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\UDPProtocol.o sources\UDPProtocol.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/UDPProtocol.o sources/UDPProtocol.cpp
|
||||
|
||||
release/DatabaseMgrPage.o: sources/GuiElements/DatabaseMgrPage.cpp sources/GuiElements/DatabaseMgrPage.h \
|
||||
sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/PushButton.h \
|
||||
sources/GuiElements/TextButtonWidget.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\DatabaseMgrPage.o sources\GuiElements\DatabaseMgrPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/DatabaseMgrPage.o sources/GuiElements/DatabaseMgrPage.cpp
|
||||
|
||||
release/ZTLogsListPage.o: sources/GuiElements/ZTLogsListPage.cpp sources/GuiElements/ZTLogsListPage.h \
|
||||
sources/GuiElements/Guipage.h \
|
||||
sources/GuiElements/PushButton.h \
|
||||
sources/GuiElements/TextButtonWidget.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\ZTLogsListPage.o sources\GuiElements\ZTLogsListPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/ZTLogsListPage.o sources/GuiElements/ZTLogsListPage.cpp
|
||||
|
||||
release/ZTLogFilesMgr.o: sources/ZTLogFilesMgr.cpp sources/ZTLogFilesMgr.h \
|
||||
sources/ZTData.h \
|
||||
@ -601,103 +601,103 @@ release/ZTLogFilesMgr.o: sources/ZTLogFilesMgr.cpp sources/ZTLogFilesMgr.h \
|
||||
sources/LogMgr.h \
|
||||
sources/Settings.h \
|
||||
sources/TCPProtocol.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\ZTLogFilesMgr.o sources\ZTLogFilesMgr.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/ZTLogFilesMgr.o sources/ZTLogFilesMgr.cpp
|
||||
|
||||
release/DirParserThread.o: sources/DirParserThread.cpp sources/DirParserThread.h \
|
||||
sources/GlobalDefine.h \
|
||||
sources/TrainLogFileMgr.h \
|
||||
sources/ZTData.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\DirParserThread.o sources\DirParserThread.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/DirParserThread.o sources/DirParserThread.cpp
|
||||
|
||||
release/moc_OutilZT.o: release/moc_OutilZT.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_OutilZT.o release\moc_OutilZT.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/moc_OutilZT.o release/moc_OutilZT.cpp
|
||||
|
||||
release/moc_MainPanel.o: release/moc_MainPanel.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_MainPanel.o release\moc_MainPanel.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/moc_MainPanel.o release/moc_MainPanel.cpp
|
||||
|
||||
release/moc_MainPage.o: release/moc_MainPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_MainPage.o release\moc_MainPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/moc_MainPage.o release/moc_MainPage.cpp
|
||||
|
||||
release/moc_Guipage.o: release/moc_Guipage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_Guipage.o release\moc_Guipage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/moc_Guipage.o release/moc_Guipage.cpp
|
||||
|
||||
release/moc_PushButton.o: release/moc_PushButton.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_PushButton.o release\moc_PushButton.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/moc_PushButton.o release/moc_PushButton.cpp
|
||||
|
||||
release/moc_LogViewPage.o: release/moc_LogViewPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_LogViewPage.o release\moc_LogViewPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/moc_LogViewPage.o release/moc_LogViewPage.cpp
|
||||
|
||||
release/moc_TextButtonWidget.o: release/moc_TextButtonWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_TextButtonWidget.o release\moc_TextButtonWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/moc_TextButtonWidget.o release/moc_TextButtonWidget.cpp
|
||||
|
||||
release/moc_RankRulerWidget.o: release/moc_RankRulerWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_RankRulerWidget.o release\moc_RankRulerWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/moc_RankRulerWidget.o release/moc_RankRulerWidget.cpp
|
||||
|
||||
release/moc_GraphCursorWidget.o: release/moc_GraphCursorWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_GraphCursorWidget.o release\moc_GraphCursorWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/moc_GraphCursorWidget.o release/moc_GraphCursorWidget.cpp
|
||||
|
||||
release/moc_EventsRulerWidget.o: release/moc_EventsRulerWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_EventsRulerWidget.o release\moc_EventsRulerWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/moc_EventsRulerWidget.o release/moc_EventsRulerWidget.cpp
|
||||
|
||||
release/moc_AnalogGraphItem.o: release/moc_AnalogGraphItem.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_AnalogGraphItem.o release\moc_AnalogGraphItem.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/moc_AnalogGraphItem.o release/moc_AnalogGraphItem.cpp
|
||||
|
||||
release/moc_GraphItem.o: release/moc_GraphItem.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_GraphItem.o release\moc_GraphItem.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/moc_GraphItem.o release/moc_GraphItem.cpp
|
||||
|
||||
release/moc_GraphRulerWidget.o: release/moc_GraphRulerWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_GraphRulerWidget.o release\moc_GraphRulerWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/moc_GraphRulerWidget.o release/moc_GraphRulerWidget.cpp
|
||||
|
||||
release/moc_LogMgr.o: release/moc_LogMgr.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_LogMgr.o release\moc_LogMgr.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/moc_LogMgr.o release/moc_LogMgr.cpp
|
||||
|
||||
release/moc_LogsListPage.o: release/moc_LogsListPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_LogsListPage.o release\moc_LogsListPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/moc_LogsListPage.o release/moc_LogsListPage.cpp
|
||||
|
||||
release/moc_OptionsPage.o: release/moc_OptionsPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_OptionsPage.o release\moc_OptionsPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/moc_OptionsPage.o release/moc_OptionsPage.cpp
|
||||
|
||||
release/moc_NetworkZTListPage.o: release/moc_NetworkZTListPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_NetworkZTListPage.o release\moc_NetworkZTListPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/moc_NetworkZTListPage.o release/moc_NetworkZTListPage.cpp
|
||||
|
||||
release/moc_ToggleTextButtonWidget.o: release/moc_ToggleTextButtonWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_ToggleTextButtonWidget.o release\moc_ToggleTextButtonWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/moc_ToggleTextButtonWidget.o release/moc_ToggleTextButtonWidget.cpp
|
||||
|
||||
release/moc_NetworkCtrlPage.o: release/moc_NetworkCtrlPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_NetworkCtrlPage.o release\moc_NetworkCtrlPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/moc_NetworkCtrlPage.o release/moc_NetworkCtrlPage.cpp
|
||||
|
||||
release/moc_NetworkManager.o: release/moc_NetworkManager.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_NetworkManager.o release\moc_NetworkManager.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/moc_NetworkManager.o release/moc_NetworkManager.cpp
|
||||
|
||||
release/moc_TxRxWidget.o: release/moc_TxRxWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_TxRxWidget.o release\moc_TxRxWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/moc_TxRxWidget.o release/moc_TxRxWidget.cpp
|
||||
|
||||
release/moc_RemoteZTPage.o: release/moc_RemoteZTPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_RemoteZTPage.o release\moc_RemoteZTPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/moc_RemoteZTPage.o release/moc_RemoteZTPage.cpp
|
||||
|
||||
release/moc_ZTLogViewerPage.o: release/moc_ZTLogViewerPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_ZTLogViewerPage.o release\moc_ZTLogViewerPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/moc_ZTLogViewerPage.o release/moc_ZTLogViewerPage.cpp
|
||||
|
||||
release/moc_ProgressBarPage.o: release/moc_ProgressBarPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_ProgressBarPage.o release\moc_ProgressBarPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/moc_ProgressBarPage.o release/moc_ProgressBarPage.cpp
|
||||
|
||||
release/moc_RemoteZTCtrlPage.o: release/moc_RemoteZTCtrlPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_RemoteZTCtrlPage.o release\moc_RemoteZTCtrlPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/moc_RemoteZTCtrlPage.o release/moc_RemoteZTCtrlPage.cpp
|
||||
|
||||
release/moc_ToggleButtonWidget.o: release/moc_ToggleButtonWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_ToggleButtonWidget.o release\moc_ToggleButtonWidget.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/moc_ToggleButtonWidget.o release/moc_ToggleButtonWidget.cpp
|
||||
|
||||
release/moc_DatabaseMgrPage.o: release/moc_DatabaseMgrPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_DatabaseMgrPage.o release\moc_DatabaseMgrPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/moc_DatabaseMgrPage.o release/moc_DatabaseMgrPage.cpp
|
||||
|
||||
release/moc_ZTLogsListPage.o: release/moc_ZTLogsListPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_ZTLogsListPage.o release\moc_ZTLogsListPage.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/moc_ZTLogsListPage.o release/moc_ZTLogsListPage.cpp
|
||||
|
||||
release/moc_ZTLogFilesMgr.o: release/moc_ZTLogFilesMgr.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_ZTLogFilesMgr.o release\moc_ZTLogFilesMgr.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/moc_ZTLogFilesMgr.o release/moc_ZTLogFilesMgr.cpp
|
||||
|
||||
release/moc_DirParserThread.o: release/moc_DirParserThread.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_DirParserThread.o release\moc_DirParserThread.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/moc_DirParserThread.o release/moc_DirParserThread.cpp
|
||||
|
||||
####### Install
|
||||
|
||||
|
||||
@ -151,7 +151,7 @@ CDatabaseMgrPage::CDatabaseMgrPage(QGraphicsWidget *Parent, bool EngMode)
|
||||
Title->setPos(350,70);
|
||||
|
||||
QGraphicsRectItem *MaintenanceZoneFrame = new QGraphicsRectItem(this);
|
||||
MaintenanceZoneFrame->setRect(QRectF(0,0,260,240));
|
||||
MaintenanceZoneFrame->setRect(QRectF(0,0,320,240));
|
||||
MaintenanceZoneFrame->setPos(350,100);
|
||||
MaintenanceZoneFrame->setPen(RectPen);
|
||||
|
||||
@ -175,17 +175,31 @@ CDatabaseMgrPage::CDatabaseMgrPage(QGraphicsWidget *Parent, bool EngMode)
|
||||
mRebuildDatabaseFile->setPos(360,200);
|
||||
connect(mRebuildDatabaseFile,SIGNAL(TxtButtonClicked(CTextButtonWidget*)),this,SLOT(ButtonClicked(CTextButtonWidget*)));
|
||||
|
||||
mArchiveDatabase = new CTextButtonWidget("Archiver les passages");
|
||||
mArchiveDatabase->setParentItem(this);
|
||||
mArchiveDatabase->setPos(360,230);
|
||||
connect(mArchiveDatabase,SIGNAL(TxtButtonClicked(CTextButtonWidget*)),this,SLOT(ButtonClicked(CTextButtonWidget*)));
|
||||
|
||||
mArchiveKeepDays = new QSpinBox();
|
||||
WidgetProxy = new QGraphicsProxyWidget(this);
|
||||
WidgetProxy->setWidget(mArchiveKeepDays);
|
||||
WidgetProxy->setPos(525,230);
|
||||
mArchiveKeepDays->setMaximum(100);
|
||||
mArchiveKeepDays->setMinimum(0);
|
||||
mArchiveKeepDays->setValue(10);
|
||||
mArchiveKeepDays->setSuffix(" Jours conservés");
|
||||
mArchiveKeepDays->resize(140,30);
|
||||
|
||||
|
||||
mDBMaintenanceProgressBar = new QProgressBar();
|
||||
WidgetProxy = new QGraphicsProxyWidget(this);
|
||||
WidgetProxy->setWidget(mDBMaintenanceProgressBar);
|
||||
WidgetProxy->setPos(360,240);
|
||||
WidgetProxy->setPos(360,275);
|
||||
|
||||
font.setPointSize(8);
|
||||
mDBMaintenanceProgressStatusText = new QGraphicsTextItem(this);
|
||||
mDBMaintenanceProgressStatusText->setFont(font);
|
||||
mDBMaintenanceProgressStatusText->setPos(360,260);
|
||||
mDBMaintenanceProgressStatusText->setPos(360,305);
|
||||
mDBMaintenanceProgressStatusText->setPlainText("");
|
||||
|
||||
if(EngMode == false)
|
||||
@ -249,6 +263,10 @@ void CDatabaseMgrPage::ButtonClicked(CTextButtonWidget *BtnPtr)
|
||||
{
|
||||
mProgramHandle->RebuildDatabaseFile();
|
||||
}
|
||||
else if(BtnPtr == mArchiveDatabase)
|
||||
{
|
||||
ArchiveDB();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -441,6 +459,160 @@ bool CDatabaseMgrPage::CleanSingleZTLogFiles()
|
||||
return true;
|
||||
}
|
||||
|
||||
bool CDatabaseMgrPage::ArchiveDB()
|
||||
{
|
||||
QList<CLogElement*> *LogsList = mLogMgrHandle->GetLogsList();
|
||||
QDate FilterDate = QDate::currentDate();
|
||||
FilterDate = FilterDate.addDays(-1 * mArchiveKeepDays->value());
|
||||
|
||||
mDBMaintenanceProgressStatusText->setPlainText(QString().sprintf("Archivage de la base de données\n%d fichiers à analyser",LogsList->size()));
|
||||
mDBMaintenanceProgressBar->setRange(0,LogsList->size());
|
||||
|
||||
QDir ArchiveDir = mLogMgrHandle->GetBaseLogDataDir();
|
||||
ArchiveDir.cdUp();
|
||||
QString Path = QString("Archives/%1").arg(QDate::currentDate().toString("yyyy-MM-dd"));
|
||||
ArchiveDir.mkpath(Path);
|
||||
ArchiveDir.cd(Path);
|
||||
QDir CurDir;
|
||||
QFileInfo FileInfo;
|
||||
|
||||
if(LogsList->at(0)->mZTLogType == ZT1_LOG_TYPE)
|
||||
{
|
||||
CZT1LogElement *tmp = (CZT1LogElement*)LogsList->at(0);
|
||||
QFileInfo FilePath(tmp->mLogFileName);
|
||||
CurDir = ArchiveDir;
|
||||
QDir StationDir = FilePath.dir();
|
||||
StationDir.cdUp();
|
||||
CurDir.mkdir(StationDir.dirName());
|
||||
CurDir.cd(StationDir.dirName());
|
||||
CurDir.mkdir(FilePath.dir().dirName());
|
||||
CurDir.cd(FilePath.dir().dirName());
|
||||
FileInfo = FilePath;
|
||||
}
|
||||
else
|
||||
{
|
||||
CZT2LogElement *tmp =(CZT2LogElement*)LogsList->at(0);
|
||||
QFileInfo FilePath(tmp->mLogFileName);
|
||||
CurDir = ArchiveDir;
|
||||
QDir StationDir = FilePath.dir();
|
||||
StationDir.cdUp();
|
||||
CurDir.mkdir(StationDir.dirName());
|
||||
CurDir.cd(StationDir.dirName());
|
||||
CurDir.mkdir(FilePath.dir().dirName());
|
||||
CurDir.cd(FilePath.dir().dirName());
|
||||
FileInfo = FilePath;
|
||||
}
|
||||
|
||||
int IgnoredFiles = 0;
|
||||
|
||||
|
||||
for(int i = 0; i < LogsList->size(); i++)
|
||||
{
|
||||
if(LogsList->at(i)->mZTLogType == ZT1_LOG_TYPE)
|
||||
{
|
||||
CZT1LogElement *tmp = (CZT1LogElement*)LogsList->at(i);
|
||||
|
||||
//We are changing directory...
|
||||
if(CurDir.dirName() != QFileInfo(tmp->mLogFileName).dir().dirName())
|
||||
{
|
||||
//Copy the Log file into the archive
|
||||
QFile::copy(FileInfo.dir().absoluteFilePath("ZTLog.txt"),CurDir.absoluteFilePath("ZTLog.txt"));
|
||||
|
||||
QDir DatabaseDir = FileInfo.dir();
|
||||
DatabaseDir.setFilter(QDir::Files);
|
||||
QStringList filter;
|
||||
filter << "*.bin";
|
||||
DatabaseDir.setNameFilters(filter);
|
||||
//If no binary file is left in the database dir, delete it.
|
||||
if(DatabaseDir.count() == 0)
|
||||
{
|
||||
filter.clear();
|
||||
DatabaseDir.setNameFilters(filter);
|
||||
RemoveDir(DatabaseDir);
|
||||
}
|
||||
|
||||
//Create the new archive dir.
|
||||
QFileInfo FilePath(tmp->mLogFileName);
|
||||
CurDir = ArchiveDir;
|
||||
QDir StationDir = FilePath.dir();
|
||||
StationDir.cdUp();
|
||||
CurDir.mkdir(StationDir.dirName());
|
||||
CurDir.cd(StationDir.dirName());
|
||||
CurDir.mkdir(FilePath.dir().dirName());
|
||||
CurDir.cd(FilePath.dir().dirName());
|
||||
FileInfo = FilePath;
|
||||
|
||||
}
|
||||
|
||||
FileInfo = QFileInfo(tmp->mLogFileName);
|
||||
|
||||
//Copy the file into archive
|
||||
QFile::copy(FileInfo.filePath(),CurDir.absoluteFilePath(FileInfo.fileName()));
|
||||
|
||||
//Check if we have to delete the source file
|
||||
if((tmp->mZTDetections.size() == 0) && (tmp->mPassageDateTime.date() < FilterDate) && (tmp->mFileProtected == false))
|
||||
{
|
||||
//Remove file from database
|
||||
QFile::remove(FileInfo.filePath());
|
||||
}
|
||||
else
|
||||
{
|
||||
IgnoredFiles++;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
CZT2LogElement *tmp =(CZT2LogElement*)LogsList->at(i);
|
||||
if(CurDir.dirName() != QFileInfo(tmp->mLogFileName).dir().dirName())
|
||||
{
|
||||
//Copy the Log file into the archive
|
||||
QFile::copy(FileInfo.dir().absoluteFilePath("ZTLog.txt"),CurDir.absoluteFilePath("ZTLog.txt"));
|
||||
|
||||
QDir DatabaseDir = FileInfo.dir();
|
||||
DatabaseDir.setFilter(QDir::Files);
|
||||
DatabaseDir.setNameFilters(QStringList("*.bin"));
|
||||
//If no binary file is left in the database dir, delete it.
|
||||
if(DatabaseDir.count() == 0)
|
||||
{
|
||||
RemoveDir(DatabaseDir);
|
||||
}
|
||||
|
||||
//Create the new archive dir.
|
||||
QFileInfo FilePath(tmp->mLogFileName);
|
||||
CurDir = ArchiveDir;
|
||||
QDir StationDir = FilePath.dir();
|
||||
StationDir.cdUp();
|
||||
CurDir.mkdir(StationDir.dirName());
|
||||
CurDir.cd(StationDir.dirName());
|
||||
CurDir.mkdir(FilePath.dir().dirName());
|
||||
CurDir.cd(FilePath.dir().dirName());
|
||||
FileInfo = FilePath;
|
||||
|
||||
}
|
||||
|
||||
FileInfo = QFileInfo(tmp->mLogFileName);
|
||||
|
||||
//Copy the file into archive
|
||||
QFile::copy(FileInfo.filePath(),CurDir.absoluteFilePath(FileInfo.fileName()));
|
||||
|
||||
//Check if we have to delete the source file
|
||||
if((tmp->mZTDetections.size() == 0) && (tmp->mPassageDateTime.date() < FilterDate))
|
||||
{
|
||||
//Remove file from database
|
||||
QFile::remove(FileInfo.filePath());
|
||||
}
|
||||
else
|
||||
{
|
||||
IgnoredFiles++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
return true;
|
||||
|
||||
}
|
||||
|
||||
void CDatabaseMgrPage::DatabaseImportFinished(bool ret,QStringList* FilesList)
|
||||
{
|
||||
if(ret == false)
|
||||
@ -478,6 +650,49 @@ bool CDatabaseMgrPage::DeleteFile(QString FilePath)
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
bool CDatabaseMgrPage::RemoveDir(QDir Dir)
|
||||
{
|
||||
if (!Dir.exists())
|
||||
return true;
|
||||
|
||||
QFileInfoList DirList = Dir.entryInfoList(QDir::Dirs | QDir::Files | QDir::NoDotAndDotDot);
|
||||
for(int i = 0; i < DirList.size(); i++)
|
||||
{
|
||||
// QFileInfo info(DirList.at(i));
|
||||
if (DirList.at(i).isDir())
|
||||
{
|
||||
if (!RemoveDir(QDir(DirList.at(i).filePath())))
|
||||
{
|
||||
qDebug("Cannot delete %s",DirList.at(i).absoluteFilePath().toUtf8().data());
|
||||
return false;
|
||||
}
|
||||
// else
|
||||
// {
|
||||
// if(Dir.rmdir(DirList.at(i).absoluteFilePath()) == false)
|
||||
// {
|
||||
// qDebug("Could not delete %s",DirList.at(i).filePath().toUtf8().data());
|
||||
// }
|
||||
// }
|
||||
}
|
||||
else
|
||||
{
|
||||
if (Dir.remove(DirList.at(i).absoluteFilePath()) == false)
|
||||
{
|
||||
qDebug("Cannot delete %s",DirList.at(i).absoluteFilePath().toUtf8().data()); // return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if(QDir().rmdir(Dir.absolutePath()) == false)
|
||||
{
|
||||
qDebug("Could not delete %s",Dir.absolutePath().toUtf8().data());
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
void CDatabaseMgrPage::UpdateDBStats()
|
||||
{
|
||||
int NbTrains, NbZTLog;
|
||||
|
||||
@ -42,6 +42,8 @@
|
||||
#include <QThread>
|
||||
#include <QReadWriteLock>
|
||||
#include "ZTLogFilesMgr.h"
|
||||
#include <QSpinBox>
|
||||
//#include "DatabaseArchiver.h"
|
||||
|
||||
class COutilZT;
|
||||
|
||||
@ -121,10 +123,11 @@ private:
|
||||
QProgressBar *mProgressBar;
|
||||
QGraphicsTextItem *mProgressStatusText;
|
||||
|
||||
CTextButtonWidget *mDeleteDBDuplicatesBtn, *mDeleteNonErrorLogs, *mDeleteZTLogFiles, *mRebuildDatabaseFile;
|
||||
CTextButtonWidget *mDeleteDBDuplicatesBtn, *mDeleteNonErrorLogs, *mDeleteZTLogFiles, *mRebuildDatabaseFile, *mArchiveDatabase;
|
||||
QProgressBar *mDBMaintenanceProgressBar;
|
||||
QGraphicsTextItem *mDBMaintenanceProgressStatusText;
|
||||
QGraphicsTextItem *mDBFileCountText;
|
||||
QSpinBox *mArchiveKeepDays;
|
||||
|
||||
|
||||
CDatabaseImporterThread *mDatabaseImporterWorkerThread;
|
||||
@ -135,6 +138,8 @@ private:
|
||||
bool CleanDBNormalPasses();
|
||||
bool CleanSingleZTLogFiles();
|
||||
bool DeleteFile(QString FilePath);
|
||||
bool ArchiveDB();
|
||||
bool RemoveDir(QDir Dir);
|
||||
|
||||
|
||||
// int ParseDir(QDir dir);
|
||||
|
||||
@ -105,6 +105,7 @@ public:
|
||||
unsigned int RebuildDatabaseFile();
|
||||
unsigned int ProtectLogElementFile(bool IsProtected, CLogElement *Element);
|
||||
QTimer *mDatabaseParsingTimer;
|
||||
QDir GetBaseLogDataDir(){return QDir(mLogDataDir);}
|
||||
|
||||
|
||||
private:
|
||||
|
||||
@ -159,7 +159,7 @@ Panel::Panel()
|
||||
|
||||
mDatabaseMgrPage->setPos(412,100);
|
||||
mDatabaseMgrPage->hide();
|
||||
mDatabaseMgrPage->resize(644,400);
|
||||
mDatabaseMgrPage->resize(800,400);
|
||||
mDatabaseMgrPage->setZValue(1);
|
||||
|
||||
mNetworkZTListPage->setPos(100,0);
|
||||
|
||||
@ -54,7 +54,6 @@ unsigned int COutilZT::Start()
|
||||
QTextCodec::setCodecForCStrings(QTextCodec::codecForName("UTF-8"));
|
||||
|
||||
|
||||
|
||||
panel.mDatabaseModeLogListPage->mLogMgrHandle = &mDatabaseModeLogManager;
|
||||
panel.mDatabaseModeLogListPage->mProgramHandle = this;
|
||||
panel.mMainPage->mProgramHandle = this;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user