comparison easyhg.pro @ 370:b9c153e00e84

Move source files to src/
author Chris Cannam
date Thu, 24 Mar 2011 10:27:51 +0000
parents 4229b6a8e9c6
children 61bde1f0ff0a
comparison
equal deleted inserted replaced
369:19cce6d2c470 370:b9c153e00e84
25 TRANSLATIONS = easyhg_en.ts 25 TRANSLATIONS = easyhg_en.ts
26 26
27 OBJECTS_DIR = o 27 OBJECTS_DIR = o
28 MOC_DIR = o 28 MOC_DIR = o
29 29
30 HEADERS = mainwindow.h \ 30 HEADERS = \
31 hgtabwidget.h \ 31 src/mainwindow.h \
32 common.h \ 32 src/hgtabwidget.h \
33 grapher.h \ 33 src/common.h \
34 hgrunner.h \ 34 src/grapher.h \
35 changeset.h \ 35 src/hgrunner.h \
36 changesetitem.h \ 36 src/changeset.h \
37 changesetdetailitem.h \ 37 src/changesetitem.h \
38 logparser.h \ 38 src/changesetdetailitem.h \
39 panner.h \ 39 src/logparser.h \
40 panned.h \ 40 src/panner.h \
41 connectionitem.h \ 41 src/panned.h \
42 textabbrev.h \ 42 src/connectionitem.h \
43 dateitem.h \ 43 src/textabbrev.h \
44 colourset.h \ 44 src/dateitem.h \
45 debug.h \ 45 src/colourset.h \
46 recentfiles.h \ 46 src/debug.h \
47 startupdialog.h \ 47 src/recentfiles.h \
48 repositorydialog.h \ 48 src/startupdialog.h \
49 multichoicedialog.h \ 49 src/repositorydialog.h \
50 selectablelabel.h \ 50 src/multichoicedialog.h \
51 filestates.h \ 51 src/selectablelabel.h \
52 filestatuswidget.h \ 52 src/filestates.h \
53 confirmcommentdialog.h \ 53 src/filestatuswidget.h \
54 hgaction.h \ 54 src/confirmcommentdialog.h \
55 historywidget.h \ 55 src/hgaction.h \
56 changesetscene.h \ 56 src/historywidget.h \
57 incomingdialog.h \ 57 src/changesetscene.h \
58 uncommitteditem.h \ 58 src/incomingdialog.h \
59 settingsdialog.h \ 59 src/uncommitteditem.h \
60 clickablelabel.h \ 60 src/settingsdialog.h \
61 workstatuswidget.h \ 61 src/clickablelabel.h \
62 moreinformationdialog.h \ 62 src/workstatuswidget.h \
63 annotatedialog.h 63 src/moreinformationdialog.h \
64 SOURCES = main.cpp \ 64 src/annotatedialog.h
65 mainwindow.cpp \ 65 SOURCES = \
66 hgtabwidget.cpp \ 66 src/main.cpp \
67 hgrunner.cpp \ 67 src/mainwindow.cpp \
68 grapher.cpp \ 68 src/hgtabwidget.cpp \
69 common.cpp \ 69 src/hgrunner.cpp \
70 changeset.cpp \ 70 src/grapher.cpp \
71 changesetdetailitem.cpp \ 71 src/common.cpp \
72 changesetitem.cpp \ 72 src/changeset.cpp \
73 logparser.cpp \ 73 src/changesetdetailitem.cpp \
74 panner.cpp \ 74 src/changesetitem.cpp \
75 panned.cpp \ 75 src/logparser.cpp \
76 connectionitem.cpp \ 76 src/panner.cpp \
77 textabbrev.cpp \ 77 src/panned.cpp \
78 dateitem.cpp \ 78 src/connectionitem.cpp \
79 colourset.cpp \ 79 src/textabbrev.cpp \
80 debug.cpp \ 80 src/dateitem.cpp \
81 recentfiles.cpp \ 81 src/colourset.cpp \
82 startupdialog.cpp \ 82 src/debug.cpp \
83 repositorydialog.cpp \ 83 src/recentfiles.cpp \
84 multichoicedialog.cpp \ 84 src/startupdialog.cpp \
85 selectablelabel.cpp \ 85 src/repositorydialog.cpp \
86 filestates.cpp \ 86 src/multichoicedialog.cpp \
87 filestatuswidget.cpp \ 87 src/selectablelabel.cpp \
88 confirmcommentdialog.cpp \ 88 src/filestates.cpp \
89 historywidget.cpp \ 89 src/filestatuswidget.cpp \
90 changesetscene.cpp \ 90 src/confirmcommentdialog.cpp \
91 incomingdialog.cpp \ 91 src/historywidget.cpp \
92 uncommitteditem.cpp \ 92 src/changesetscene.cpp \
93 settingsdialog.cpp \ 93 src/incomingdialog.cpp \
94 workstatuswidget.cpp \ 94 src/uncommitteditem.cpp \
95 moreinformationdialog.cpp \ 95 src/settingsdialog.cpp \
96 annotatedialog.cpp 96 src/workstatuswidget.cpp \
97 src/moreinformationdialog.cpp \
98 src/annotatedialog.cpp
97 99
98 macx-* { 100 macx-* {
99 SOURCES += common_osx.mm 101 SOURCES += src/common_osx.mm
100 LIBS += -framework Foundation 102 LIBS += -framework Foundation
101 ICON = easyhg.icns 103 ICON = easyhg.icns
102 } 104 }
103 105
104 linux* { 106 linux* {