diff 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
line wrap: on
line diff
--- a/easyhg.pro	Mon Jun 13 17:28:49 2011 +0100
+++ b/easyhg.pro	Wed Jun 15 16:32:21 2011 +0100
@@ -4,6 +4,9 @@
 TEMPLATE = app
 TARGET = EasyMercurial
 
+QMAKE_CXX = clang++
+QMAKE_LINK = clang++
+
 # We use the 10.4 SDK and Carbon for all 32-bit OS/X,
 # and 10.6 with Cocoa for all 64-bit
 macx-g++40 {
@@ -61,7 +64,8 @@
     src/clickablelabel.h \
     src/workstatuswidget.h \
     src/moreinformationdialog.h \
-    src/annotatedialog.h
+    src/annotatedialog.h \
+    src/hgignoredialog.h
 SOURCES = \
     src/main.cpp \
     src/mainwindow.cpp \
@@ -95,7 +99,8 @@
     src/settingsdialog.cpp \
     src/workstatuswidget.cpp \
     src/moreinformationdialog.cpp \
-    src/annotatedialog.cpp
+    src/annotatedialog.cpp \
+    src/hgignoredialog.cpp
 
 macx-* {
     SOURCES += src/common_osx.mm