📄 makefile
字号:
.SUFFIXES: .cpp .o.cpp.o: g++ -c -I/usr/lib/qt/include -I. $<.o: g++ -o $* $? -lqtgps: gps.o gps_moc.o gpslib.o genarray.o dstring.o maplist.o g++ -o gps gps.o gps_moc.o gpslib.o genarray.o dstring.o maplist.o -lqttar: make gps make clean tar cvzf ../gps1.0.gz *gps_moc.cpp: gps.h moc -o gps_moc.cpp gps.hgps.o: gps.cpp gps.h gpslib.h genarray.h dstring.hgpslib.o: gpslib.cpp gpslib.h dstring.h genarray.hmaplist.o: maplist.cpp gpslib.h dstring.h genarray.hgenarray.o: genarray.h genarray.cppdstring.o: genarray.h dstring.h dstring.cppclean: rm -f *_moc.* rm -f *.o
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -