comparison easyhg.pro @ 414:939701b848e5 ignore

Start to introduce HgIgnoreDialog
author Chris Cannam
date Wed, 15 Jun 2011 16:32:21 +0100
parents 4f3d96c1916f
children ff6252986354
comparison
equal deleted inserted replaced
413:2a19d5706673 414:939701b848e5
1 1
2 CONFIG += release 2 CONFIG += release
3 3
4 TEMPLATE = app 4 TEMPLATE = app
5 TARGET = EasyMercurial 5 TARGET = EasyMercurial
6
7 QMAKE_CXX = clang++
8 QMAKE_LINK = clang++
6 9
7 # We use the 10.4 SDK and Carbon for all 32-bit OS/X, 10 # We use the 10.4 SDK and Carbon for all 32-bit OS/X,
8 # and 10.6 with Cocoa for all 64-bit 11 # and 10.6 with Cocoa for all 64-bit
9 macx-g++40 { 12 macx-g++40 {
10 # Note, to use the 10.4 SDK on 10.6+ you need qmake -spec macx-g++40 13 # Note, to use the 10.4 SDK on 10.6+ you need qmake -spec macx-g++40
59 src/uncommitteditem.h \ 62 src/uncommitteditem.h \
60 src/settingsdialog.h \ 63 src/settingsdialog.h \
61 src/clickablelabel.h \ 64 src/clickablelabel.h \
62 src/workstatuswidget.h \ 65 src/workstatuswidget.h \
63 src/moreinformationdialog.h \ 66 src/moreinformationdialog.h \
64 src/annotatedialog.h 67 src/annotatedialog.h \
68 src/hgignoredialog.h
65 SOURCES = \ 69 SOURCES = \
66 src/main.cpp \ 70 src/main.cpp \
67 src/mainwindow.cpp \ 71 src/mainwindow.cpp \
68 src/hgtabwidget.cpp \ 72 src/hgtabwidget.cpp \
69 src/hgrunner.cpp \ 73 src/hgrunner.cpp \
93 src/incomingdialog.cpp \ 97 src/incomingdialog.cpp \
94 src/uncommitteditem.cpp \ 98 src/uncommitteditem.cpp \
95 src/settingsdialog.cpp \ 99 src/settingsdialog.cpp \
96 src/workstatuswidget.cpp \ 100 src/workstatuswidget.cpp \
97 src/moreinformationdialog.cpp \ 101 src/moreinformationdialog.cpp \
98 src/annotatedialog.cpp 102 src/annotatedialog.cpp \
103 src/hgignoredialog.cpp
99 104
100 macx-* { 105 macx-* {
101 SOURCES += src/common_osx.mm 106 SOURCES += src/common_osx.mm
102 LIBS += -framework Foundation 107 LIBS += -framework Foundation
103 ICON = easyhg.icns 108 ICON = easyhg.icns