annotate hgexplorer.pro @ 41:94bbc4b30b2a

Handle filenames starting with "-" Such filenames are mistaken for command line options, unless we tell Mercurial to stop processing command line options with the special "--" option.
author Martin Geisler <mg@aragost.com>
date Thu, 24 Jun 2010 11:38:50 +0200
parents 39bbb7b00934
children c32067cd19f8
rev   line source
jtkorhonen@0 1 TEMPLATE = app
jtkorhonen@0 2 TARGET = hgexplorer
jtkorhonen@0 3 unix {
jtkorhonen@0 4 DESTDIR = .
jtkorhonen@0 5 }
jtkorhonen@0 6
jtkorhonen@0 7 HEADERS = mainwindow.h \
jtkorhonen@0 8 hgexpwidget.h \
jtkorhonen@0 9 common.h \
jtkorhonen@0 10 hgrunner.h \
jtkorhonen@0 11 settingsdialog.h
jtkorhonen@0 12 SOURCES = main.cpp \
jtkorhonen@0 13 mainwindow.cpp \
jtkorhonen@0 14 hgexpwidget.cpp \
jtkorhonen@0 15 hgrunner.cpp \
jtkorhonen@0 16 settingsdialog.cpp \
jtkorhonen@0 17 common.cpp
jtkorhonen@0 18
jtkorhonen@0 19 # ! [0]
jtkorhonen@0 20 RESOURCES = hgexplorer.qrc
jtkorhonen@0 21 win32 {
jtkorhonen@0 22 RC_FILE = hgexplorer.rc
jtkorhonen@0 23 }
jtkorhonen@19 24
jtkorhonen@19 25 QT += network