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

📄 makefile_uic

📁 一个简单的pos机程序
💻
字号:
############################################################################## Makefile for building: pos# Generated by qmake (1.04a) (Qt 3.1.1) on: Thu Dec 30 08:13:49 2004# Project:  pos.pro# Template: app# Command: $(QMAKE) -o Makefile pos.pro#################################################################################### Compiler, tools and optionsCC       = gccCXX      = g++LEX      = flexYACC     = yaccCFLAGS   = -pipe -Wall -W -O2  -DQT_NO_DEBUGCXXFLAGS = -pipe -Wall -W -O2  -DQT_NO_DEBUGLEXFLAGS = YACCFLAGS= -dINCPATH  = -I$(QTDIR)/mkspecs/default -I. -I$(QTDIR)/include -I.ui/ -I.moc/LINK     = g++LFLAGS   = LIBS     = $(SUBLIBS)  -Wl,-rpath,$(QTDIR)/lib -L$(QTDIR)/lib -L/usr/X11R6/lib -lqt -lXext -lX11 -lmAR       = ar cqsRANLIB   = MOC      = $(QTDIR)/bin/mocUIC      = $(QTDIR)/bin/uicQMAKE    = qmakeTAR      = tar -cfGZIP     = gzip -9fCOPY     = cp -fCOPY_FILE= $(COPY) -pCOPY_DIR = $(COPY) -pRDEL_FILE = rm -fSYMLINK  = ln -sfDEL_DIR  = rmdirMOVE     = mv -fCHK_DIR_EXISTS= test -dMKDIR    = mkdir -p####### Ui2h&cppUICFILE = setupform####### Output directoryOBJECTS_DIR = .obj/####### FilesHEADERS = SOURCES = main.cppOBJECTS = .obj/main.o \		.obj/Mainform.o \		.obj/productInfo.o \		.obj/Addproduct.o \		.obj/qmake_image_collection.oFORMS = Mainform.ui \		productInfo.ui \		Addproduct.uiUICDECLS = .ui/Mainform.h \		.ui/productInfo.h \		.ui/Addproduct.hUICIMPLS = .ui/Mainform.cpp \		.ui/productInfo.cpp \		.ui/Addproduct.cppSRCMOC   = .moc/moc_Mainform.cpp \		.moc/moc_productInfo.cpp \		.moc/moc_Addproduct.cppOBJMOC = .obj/moc_Mainform.o \		.obj/moc_productInfo.o \		.obj/moc_Addproduct.oDIST	   = pos.proQMAKE_TARGET = posDESTDIR  = TARGET   = posfirst: all####### Implicit rules.SUFFIXES: .c .cpp .cc .cxx .C.cpp.o:	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<.cc.o:	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<.cxx.o:	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<.C.o:	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<.c.o:	$(CC) -c $(CFLAGS) $(INCPATH) -o $@ $<####### Build rulesall: Makefile $(TARGET)$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) 	$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJMOC) $(LIBS)mocables: $(SRCMOC)$(MOC): 	( cd $(QTDIR)/src/moc ; $(MAKE) )Makefile: pos.pro  $(QTDIR)/mkspecs/default/qmake.conf 	$(QMAKE) -o Makefile pos.proqmake: 	@$(QMAKE) -o Makefile pos.prodist: 	@mkdir -p .obj/pos && $(COPY_FILE) --parents $(SOURCES) $(HEADERS) $(FORMS) $(DIST) .obj/pos/ && $(COPY_FILE) --parents Mainform.ui.h productInfo.ui.h Addproduct.ui.h .obj/pos/ && ( cd `dirname .obj/pos` && $(TAR) pos.tar pos && $(GZIP) pos.tar ) && $(MOVE) `dirname .obj/pos`/pos.tar.gz . && $(DEL_FILE) -r .obj/posmocclean:	-$(DEL_FILE) $(OBJMOC)	-$(DEL_FILE) $(SRCMOC)uiclean:	-$(DEL_FILE) $(UICIMPLS) $(UICDECLS)yaccclean:lexclean:clean: mocclean uiclean	-$(DEL_FILE) $(OBJECTS) 		-$(DEL_FILE) .ui/qmake_image_collection.cpp	-$(DEL_FILE) *~ core *.core####### Sub-librariesdistclean: clean	-$(DEL_FILE) $(TARGET) $(TARGET)FORCE:####### Compile.obj/main.o: main.cpp .ui/Mainform.h \		connect.h	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/main.o main.cpp#.ui/Mainform.h: Mainform.ui #	$(UIC) Mainform.ui -o .ui/Mainform.h#.ui/Mainform.cpp: .ui/Mainform.h Mainform.ui #	$(UIC) Mainform.ui -i Mainform.h -o .ui/Mainform.cpp#.ui/productInfo.h: productInfo.ui #	$(UIC) productInfo.ui -o .ui/productInfo.h#.ui/productInfo.cpp: .ui/productInfo.h productInfo.ui #	$(UIC) productInfo.ui -i productInfo.h -o .ui/productInfo.cpp.ui/Addproduct.h: Addproduct.ui 	$(UIC) Addproduct.ui -o .ui/Addproduct.h.ui/Addproduct.cpp: .ui/Addproduct.h Addproduct.ui 	$(UIC) Addproduct.ui -i Addproduct.h -o .ui/Addproduct.cpp.obj/Mainform.o: .ui/Mainform.cpp Mainform.ui.h \		.ui/Mainform.h	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/Mainform.o .ui/Mainform.cpp.obj/productInfo.o: .ui/productInfo.cpp productInfo.ui.h \		.ui/productInfo.h	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/productInfo.o .ui/productInfo.cpp.obj/Addproduct.o: .ui/Addproduct.cpp Addproduct.ui.h \		.ui/Addproduct.h	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/Addproduct.o .ui/Addproduct.cpp.obj/moc_Mainform.o: .moc/moc_Mainform.cpp .ui/Mainform.h 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/moc_Mainform.o .moc/moc_Mainform.cpp.obj/moc_productInfo.o: .moc/moc_productInfo.cpp .ui/productInfo.h 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/moc_productInfo.o .moc/moc_productInfo.cpp.obj/moc_Addproduct.o: .moc/moc_Addproduct.cpp .ui/Addproduct.h 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/moc_Addproduct.o .moc/moc_Addproduct.cpp.moc/moc_Mainform.cpp: $(MOC) .ui/Mainform.h	$(MOC) .ui/Mainform.h -o .moc/moc_Mainform.cpp.moc/moc_productInfo.cpp: $(MOC) .ui/productInfo.h	$(MOC) .ui/productInfo.h -o .moc/moc_productInfo.cpp.moc/moc_Addproduct.cpp: $(MOC) .ui/Addproduct.h	$(MOC) .ui/Addproduct.h -o .moc/moc_Addproduct.cpp.obj/qmake_image_collection.o: .ui/qmake_image_collection.cpp	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/qmake_image_collection.o .ui/qmake_image_collection.cpp.ui/qmake_image_collection.cpp: images/filenew \		images/fileopen \		images/filesave \		images/print \		images/undo \		images/redo \		images/editcut \		images/editcopy \		images/editpaste \		images/searchfind	$(UIC)  -embed pos images/filenew images/fileopen images/filesave images/print images/undo images/redo images/editcut images/editcopy images/editpaste images/searchfind -o .ui/qmake_image_collection.cpp####### Installinstall: all uninstall: uic:	uic $(UICFILE).ui -o .ui/$(UICFILE).h	uic $(UICFILE).ui -i .ui/$(UICFILE).h -o .ui/$(UICFILE).cpp

⌨️ 快捷键说明

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