diff easyhg.pro @ 69:6d5a5571caec

* Basic working "Open Repository" dialog
author Chris Cannam
date Thu, 18 Nov 2010 15:14:39 +0000
parents be627aeceaed
children eaabc54de103
line wrap: on
line diff
--- a/easyhg.pro	Wed Nov 17 22:13:34 2010 +0000
+++ b/easyhg.pro	Thu Nov 18 15:14:39 2010 +0000
@@ -7,6 +7,9 @@
     DESTDIR = .
 }
 
+OBJECTS_DIR = o
+MOC_DIR = o
+
 HEADERS = mainwindow.h \
     hgexpwidget.h \
     common.h \
@@ -26,7 +29,8 @@
     recentfiles.h \
     startupdialog.h \
     repositorydialog.h \
-    multichoicedialog.h
+    multichoicedialog.h \
+    selectablelabel.h
 SOURCES = main.cpp \
     mainwindow.cpp \
     hgexpwidget.cpp \
@@ -47,16 +51,17 @@
     recentfiles.cpp \
     startupdialog.cpp \
     repositorydialog.cpp \
-    multichoicedialog.cpp
+    multichoicedialog.cpp \
+    selectablelabel.cpp
 
 macx-* {
 SOURCES += common_osx.mm
 }
 
 # ! [0]
-RESOURCES = hgexplorer.qrc
+RESOURCES = easyhg.qrc
 win32 {
-    RC_FILE = hgexplorer.rc
+    RC_FILE = easyhg.rc
 }
 
 QT += network opengl