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

📄 makefile

📁 gx 公司的2410-ep qt试验源代吗。 还有说明文档。
💻
字号:
############################################################################## Makefile for building counter# Generated by tmake at 01:47, 2006/08/14#     Project: counter#    Template: app#################################################################################### Compiler, tools and optionsCC	=	/opt/host/armv4l/bin/armv4l-unknown-linux-gccCXX	=	/opt/host/armv4l/bin/armv4l-unknown-linux-g++CFLAGS	=	-pipe -Wall -W -O2 -DNO_DEBUGCXXFLAGS=	-pipe -DQWS -fno-exceptions -fno-rtti -Wall -W -O2 -DNO_DEBUGINCPATH	=	-I$(QTDIR)/includeLINK	=	/opt/host/armv4l/bin/armv4l-unknown-linux-g++LFLAGS	=	LIBS	=	-L$(QTDIR)/lib -lqte  -ltsMOC	=	$(QTDIR)/bin/mocTAR	=	tar -cfGZIP	=	gzip -9f####### FilesHEADERS =	counter.h \		mainwindow.hSOURCES =	counter.cpp \		main.cpp \		mainwindow.cppOBJECTS =	counter.o \		main.o \		mainwindow.oSRCMOC	=	moc_counter.cpp \		moc_mainwindow.cppOBJMOC	=	moc_counter.o \		moc_mainwindow.oDIST	=	TARGET	=	counter####### Implicit rules.SUFFIXES: .cpp .cxx .cc .C .c.cpp.o:	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<.cxx.o:	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<.cc.o:	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<.C.o:	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<.c.o:	$(CC) -c $(CFLAGS) $(INCPATH) -o $@ $<####### Build rulesall: $(TARGET)$(TARGET): $(OBJECTS) $(OBJMOC) 	$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJMOC) $(LIBS)moc: $(SRCMOC)tmake: MakefileMakefile: counter.pro	tmake counter.pro -o Makefiledist:	$(TAR) counter.tar counter.pro $(SOURCES) $(HEADERS) $(DIST)	$(GZIP) counter.tarclean:	-rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(TARGET)	-rm -f *~ core####### Compilecounter.o: counter.cpp \		counter.hmain.o: main.cpp \		mainwindow.h \		counter.hmainwindow.o: mainwindow.cpp \		mainwindow.h \		counter.hmoc_counter.o: moc_counter.cpp \		counter.hmoc_mainwindow.o: moc_mainwindow.cpp \		mainwindow.h \		counter.hmoc_counter.cpp: counter.h	$(MOC) counter.h -o moc_counter.cppmoc_mainwindow.cpp: mainwindow.h	$(MOC) mainwindow.h -o moc_mainwindow.cpp

⌨️ 快捷键说明

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