X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;fp=Makefile;h=315a073766a7dd6fd2f9fb105816f132af968ae0;hb=3e731f52cfd35364e9516d09d00b61dd6fdc1919;hp=d5dcd62cee0f50f283f594863628aa02b48a2e58;hpb=cf3ec188764cdf34ff3472ee9806aba3a772d2df;p=ttedit diff --git a/Makefile b/Makefile index d5dcd62..315a073 100755 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ ############################################################################# # Makefile for building: ttedit -# Generated by qmake (2.01a) (Qt 4.8.3) on: Sat Nov 17 12:34:10 2012 +# Generated by qmake (2.01a) (Qt 4.8.3) on: Mon Nov 19 18:59:51 2012 # Project: ttedit.pro # Template: app # Command: /usr/bin/qmake -o Makefile ttedit.pro @@ -229,21 +229,21 @@ compiler_rcc_make_all: obj/qrc_ttedit.cpp compiler_rcc_clean: -$(DEL_FILE) obj/qrc_ttedit.cpp obj/qrc_ttedit.cpp: ttedit.qrc \ - res/cursor3.png \ + res/cursor-zoom.png \ res/toolpal1.xpm \ - res/cursor5.png \ - res/cursor1.png \ + res/cursor-add-point.png \ + res/cursor-del-poly.png \ res/toolpal1.png \ + res/cursor-add-poly.png \ + res/cursor-rotate.png \ res/act-back.png \ res/ttedit.png \ - res/cursor6.png \ - res/cursor8.png \ - res/cursor7.png \ + res/cursor-del-point.png \ + res/cursor-select-poly.png \ res/act-charwin.png \ res/act-forward.png \ - res/cursor2.png \ - res/cursor9.png \ - res/cursor4.png + res/cursor-select.png \ + res/cursor-scroll.png /usr/bin/rcc -name ttedit ttedit.qrc -o obj/qrc_ttedit.cpp compiler_image_collection_make_all: obj/qmake_image_collection.cpp @@ -273,20 +273,7 @@ obj/mainwindow.o: src/mainwindow.cpp src/mainwindow.h \ src/types.h \ src/editwindow.h \ src/toolwindow.h \ - src/ttedit.h \ - src/debug.h \ - res/cur1.xpm \ - res/cur2.xpm \ - res/cur3.xpm \ - res/cur4.xpm \ - res/cur5.xpm \ - res/cur6.xpm \ - res/cur7.xpm \ - res/cur8.xpm \ - res/ttedit.xpm \ - res/tool1.xpm \ - res/tool2.xpm \ - res/tool3.xpm + src/ttedit.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/mainwindow.o src/mainwindow.cpp obj/editwindow.o: src/editwindow.cpp src/editwindow.h \