comparison 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
comparison
equal deleted inserted replaced
68:b918e57c7bea 69:6d5a5571caec
4 TEMPLATE = app 4 TEMPLATE = app
5 TARGET = easyhg 5 TARGET = easyhg
6 unix { 6 unix {
7 DESTDIR = . 7 DESTDIR = .
8 } 8 }
9
10 OBJECTS_DIR = o
11 MOC_DIR = o
9 12
10 HEADERS = mainwindow.h \ 13 HEADERS = mainwindow.h \
11 hgexpwidget.h \ 14 hgexpwidget.h \
12 common.h \ 15 common.h \
13 grapher.h \ 16 grapher.h \
24 colourset.h \ 27 colourset.h \
25 debug.h \ 28 debug.h \
26 recentfiles.h \ 29 recentfiles.h \
27 startupdialog.h \ 30 startupdialog.h \
28 repositorydialog.h \ 31 repositorydialog.h \
29 multichoicedialog.h 32 multichoicedialog.h \
33 selectablelabel.h
30 SOURCES = main.cpp \ 34 SOURCES = main.cpp \
31 mainwindow.cpp \ 35 mainwindow.cpp \
32 hgexpwidget.cpp \ 36 hgexpwidget.cpp \
33 hgrunner.cpp \ 37 hgrunner.cpp \
34 grapher.cpp \ 38 grapher.cpp \
45 colourset.cpp \ 49 colourset.cpp \
46 debug.cpp \ 50 debug.cpp \
47 recentfiles.cpp \ 51 recentfiles.cpp \
48 startupdialog.cpp \ 52 startupdialog.cpp \
49 repositorydialog.cpp \ 53 repositorydialog.cpp \
50 multichoicedialog.cpp 54 multichoicedialog.cpp \
55 selectablelabel.cpp
51 56
52 macx-* { 57 macx-* {
53 SOURCES += common_osx.mm 58 SOURCES += common_osx.mm
54 } 59 }
55 60
56 # ! [0] 61 # ! [0]
57 RESOURCES = hgexplorer.qrc 62 RESOURCES = easyhg.qrc
58 win32 { 63 win32 {
59 RC_FILE = hgexplorer.rc 64 RC_FILE = easyhg.rc
60 } 65 }
61 66
62 QT += network opengl 67 QT += network opengl