⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.debug

📁 透明的程序界面编程,非常有用的,我自己都看过很多遍了,程序已经编译通过
💻 DEBUG
字号:
#############################################################################
# Makefile for building: imgtest
# Generated by qmake (2.00a) (Qt 4.0.0) on: Wed Aug 17 16:35:11 2005
# Project:  imgtest.pro
# Template: app
#############################################################################

####### Compiler, tools and options

CC            = cl
CXX           = cl
LEX           = flex
YACC          = byacc
DEFINES       = -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_CORE_LIB -DQT_GUI_LIB -DQT_THREAD_SUPPORT
CFLAGS        = -nologo -Zm200 -Zi -MDd -Zi -MDd -W3 $(DEFINES)
CXXFLAGS      = -nologo -Zm200 -Zi -MDd -Zi -MDd -GR -EHsc -W3 -w34100 -w34189 $(DEFINES)
LEXFLAGS      = 
YACCFLAGS     = -d
INCPATH       = -I"C:/Qt/4.0.0/include/QtGui" -I"C:/Qt/4.0.0/include/QtCore" -I"C:/Qt/4.0.0/include" -I"." -I"GeneratedFiles" -I"C:/Qt/4.0.0/include/ActiveQt" -I"debug" -I"." -I"C:\Qt\4.0.0\mkspecs\win32-msvc.net"
LINK          = link
LFLAGS        = /LIBPATH:"C:\Qt\4.0.0\lib" /NOLOGO /DEBUG /DEBUG /SUBSYSTEM:WINDOWS
LIBS          = C:\Qt\4.0.0\lib\qtmaind.lib C:\Qt\4.0.0\lib\QtCored4.lib C:\Qt\4.0.0\lib\QtGuid4.lib
QMAKE         = qmake
IDC           = C:\Qt\4.0.0\bin\idc.exe
IDL           = midl
ZIP           = zip -r -9
DEF_FILE      = 
RES_FILE      = 
COPY          = copy /y
COPY_FILE     = $(COPY)
COPY_DIR      = xcopy /s /q /y /i
DEL_FILE      = del
DEL_DIR       = rmdir
MOVE          = move
CHK_DIR_EXISTS= if not exist
MKDIR         = mkdir
INSTALL_FILE  = $(COPY_FILE)
INSTALL_DIR   = $(COPY_DIR)

####### Output directory

OBJECTS_DIR   = debug

####### Files

SOURCES       = main.cpp \
		imgtest.cpp debug\moc_imgtest.cpp \
		qrc_my.cpp
OBJECTS       = debug\main.obj \
		debug\imgtest.obj \
		debug\moc_imgtest.obj \
		debug\qrc_my.obj
DIST          = 
QMAKE_TARGET  = imgtest
DESTDIR       = debug\ #avoid trailing-slash linebreak
TARGET        = debug\imgtest.exe

####### Implicit rules

.SUFFIXES: .c .cpp .cc .cxx

{.}.cpp{debug\}.obj::
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
	$<
<<

{.}.cc{debug\}.obj::
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
	$<
<<

{.}.cxx{debug\}.obj::
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
	$<
<<

{.}.c{debug\}.obj::
	$(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<<
	$<
<<

{.}.cpp{debug\}.obj::
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
	$<
<<

{.}.cc{debug\}.obj::
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
	$<
<<

{.}.cxx{debug\}.obj::
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
	$<
<<

{.}.c{debug\}.obj::
	$(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<<
	$<
<<

{.}.cpp{debug\}.obj::
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
	$<
<<

{.}.cc{debug\}.obj::
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
	$<
<<

{.}.cxx{debug\}.obj::
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
	$<
<<

{.}.c{debug\}.obj::
	$(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<<
	$<
<<

{debug}.cpp{debug\}.obj::
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
	$<
<<

{debug}.cc{debug\}.obj::
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
	$<
<<

{debug}.cxx{debug\}.obj::
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
	$<
<<

{debug}.c{debug\}.obj::
	$(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<<
	$<
<<

{debug}.cpp{debug\}.obj::
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
	$<
<<

{debug}.cc{debug\}.obj::
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
	$<
<<

{debug}.cxx{debug\}.obj::
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
	$<
<<

{debug}.c{debug\}.obj::
	$(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<<
	$<
<<

####### Build rules

first: all
all: Makefile.Debug $(TARGET)

$(TARGET):  $(OBJECTS) 
	$(LINK) $(LFLAGS) /OUT:"$(TARGET)" @<< 
	  $(OBJECTS) $(LIBS)
<<


qmake:  FORCE
	@$(QMAKE) -o Makefile.Debug imgtest.pro

dist:
	$(ZIP) imgtest.zip $(SOURCES) $(DIST) imgtest.pro C:/Qt/4.0.0/mkspecs/qconfig.pri C:\Qt\4.0.0\mkspecs\features\qt_config.prf C:\Qt\4.0.0\mkspecs\features\exclusive_builds.prf C:\Qt\4.0.0\mkspecs\features\default_pre.prf C:\Qt\4.0.0\mkspecs\features\win32\default_pre.prf C:\Qt\4.0.0\mkspecs\features\debug.prf C:\Qt\4.0.0\mkspecs\features\debug_and_release.prf C:\Qt\4.0.0\mkspecs\features\default_post.prf C:\Qt\4.0.0\mkspecs\features\build_pass.prf C:\Qt\4.0.0\mkspecs\features\Debug.prf C:\Qt\4.0.0\mkspecs\features\win32\rtti.prf C:\Qt\4.0.0\mkspecs\features\win32\exceptions.prf C:\Qt\4.0.0\mkspecs\features\win32\stl.prf C:\Qt\4.0.0\mkspecs\features\shared.prf C:\Qt\4.0.0\mkspecs\features\warn_on.prf C:\Qt\4.0.0\mkspecs\features\qt.prf C:\Qt\4.0.0\mkspecs\features\win32\thread.prf C:\Qt\4.0.0\mkspecs\features\moc.prf C:\Qt\4.0.0\mkspecs\features\win32\windows.prf C:\Qt\4.0.0\mkspecs\features\resources.prf C:\Qt\4.0.0\mkspecs\features\uic.prf C:\Qt\4.0.0\lib\qtmaind.prl  HEADERS RESOURCES IMAGES SOURCES FORMS 

clean: compiler_clean
	-$(DEL_FILE) debug\main.obj debug\imgtest.obj debug\moc_imgtest.obj debug\qrc_my.obj
	-$(DEL_FILE) debug\imgtest.pdb debug\imgtest.ilk vc*.pdb vc*.idb

distclean: clean
	-$(DEL_FILE) "$(TARGET)"
	-$(DEL_FILE) Makefile.Debug

mocclean: compiler_moc_header_clean compiler_moc_source_clean

mocables: compiler_moc_header_make_all compiler_moc_source_make_all

compiler_moc_header_make_all: debug\moc_imgtest.cpp
compiler_moc_header_clean:
	-$(DEL_FILE) debug\moc_imgtest.cpp
debug\moc_imgtest.cpp: GeneratedFiles\ui_imgtest.h \
		imgtest.h
	C:\Qt\4.0.0\bin\moc.exe $(DEFINES) $(INCPATH) -D_MSC_VER=1300 -DWIN32 imgtest.h -o debug\moc_imgtest.cpp

compiler_rcc_make_all: qrc_my.cpp
compiler_rcc_clean:
	-$(DEL_FILE) qrc_my.cpp
qrc_my.cpp: my.qrc \
		C:/Qt/4.0.0/bin/rcc.exe \
		24561-1.png
	C:\Qt\4.0.0\bin\rcc.exe -name my my.qrc -o qrc_my.cpp

compiler_image_collection_make_all:
compiler_image_collection_clean:
	-$(DEL_FILE) qmake_image_collection.cpp
compiler_moc_source_make_all:
compiler_moc_source_clean:
compiler_uic_make_all: ui_imgtest.h
compiler_uic_clean:
	-$(DEL_FILE) ui_imgtest.h
ui_imgtest.h: imgtest.ui
	C:\Qt\4.0.0\bin\uic.exe imgtest.ui -o ui_imgtest.h

compiler_clean: compiler_moc_header_clean compiler_rcc_clean compiler_image_collection_clean compiler_moc_source_clean compiler_uic_clean 



####### Compile

debug\main.obj: main.cpp imgtest.h \
		GeneratedFiles\ui_imgtest.h \
		

debug\imgtest.obj: imgtest.cpp imgtest.h \
		GeneratedFiles\ui_imgtest.h \
		

debug\moc_imgtest.obj: debug\moc_imgtest.cpp 

debug\qrc_my.obj: qrc_my.cpp 

####### Install

install:   FORCE

uninstall:   FORCE

FORCE:

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -