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

📄 makefile.debug

📁 利用Qt Designer快速设计
💻 DEBUG
字号:
#############################################################################
# Makefile for building: imagedialog2
# Generated by qmake (2.00a) (Qt 4.1.4) on: ??? ?? 22 13:04:47 2006
# Project:  imagedialog2.pro
# Template: app
#############################################################################

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

CC            = gcc
CXX           = g++
LEX           = flex
YACC          = byacc
DEFINES       = -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN
CFLAGS        = -g -g -Wall $(DEFINES)
CXXFLAGS      = -g -g -frtti -fexceptions -Wall $(DEFINES)
LEXFLAGS      = 
YACCFLAGS     = -d
INCPATH       = -I"C:/Qt/4.1.4/include/QtCore" -I"C:/Qt/4.1.4/include/QtGui" -I"C:/Qt/4.1.4/include" -I"." -I"C:/Qt/4.1.4/include/ActiveQt" -I"debug" -I"." -I"c:\Qt\4.1.4\mkspecs\win32-g++"
LINK        =        g++
LFLAGS        =        -mthreads -Wl,-enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -Wl,-subsystem,windows
LIBS        =        -L"c:\Qt\4.1.4\lib" -lmingw32 -lqtmaind -lQtGuid4 -lQtCored4
QMAKE         = qmake
IDC           = c:\Qt\4.1.4\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       = imagedialog.cpp \
		main.cpp debug\moc_imagedialog.cpp
OBJECTS       = debug\imagedialog.o \
		debug\main.o \
		debug\moc_imagedialog.o
DIST          = 
QMAKE_TARGET  = imagedialog2
DESTDIR        = debug\ #avoid trailing-slash linebreak
TARGET         = imagedialog2.exe
DESTDIR_TARGET = debug\imagedialog2.exe

####### Implicit rules

.SUFFIXES: .c .cpp .cc .cxx

.cpp.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<

.cc.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<

.cxx.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<

.c.o:
	$(CC) -c $(CFLAGS) $(INCPATH) -o $@ $<

####### Build rules

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

$(DESTDIR_TARGET): ui_imagedialog.h $(OBJECTS) 
	$(LINK) $(LFLAGS) -o "$(DESTDIR_TARGET)" $(OBJECTS)  $(LIBS)


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

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

clean: compiler_clean
	-$(DEL_FILE) debug\imagedialog.o debug\main.o debug\moc_imagedialog.o

distclean: clean
	-$(DEL_FILE) "$(DESTDIR_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_imagedialog.cpp
compiler_moc_header_clean:
	-$(DEL_FILE) debug\moc_imagedialog.cpp
debug\moc_imagedialog.cpp: ui_imagedialog.h \
		imagedialog.h
	c:\Qt\4.1.4\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 imagedialog.h -o debug\moc_imagedialog.cpp

compiler_rcc_make_all:
compiler_rcc_clean:
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_imagedialog.h
compiler_uic_clean:
	-$(DEL_FILE) ui_imagedialog.h
ui_imagedialog.h: imagedialog.ui
	c:\Qt\4.1.4\bin\uic.exe imagedialog.ui -o ui_imagedialog.h

compiler_clean: compiler_moc_header_clean compiler_rcc_clean compiler_image_collection_clean compiler_moc_source_clean compiler_uic_clean 



####### Compile

debug\imagedialog.o: imagedialog.cpp imagedialog.h \
		ui_imagedialog.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\imagedialog.o imagedialog.cpp

debug\main.o: main.cpp ui_imagedialog.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\main.o main.cpp

debug\moc_imagedialog.o: debug\moc_imagedialog.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_imagedialog.o debug\moc_imagedialog.cpp

####### Install

install:   FORCE

uninstall:   FORCE

FORCE:

⌨️ 快捷键说明

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