view hgexplorer.pro @ 19:39bbb7b00934

Version 0.4.3: Multiple selection in worklist. Serve dialog shows ip address.
author Jari Korhonen <jtkorhonen@gmail.com>
date Tue, 18 May 2010 01:48:38 +0300
parents a9098eba2ee5
children c32067cd19f8
line wrap: on
line source
TEMPLATE = app
TARGET = hgexplorer
unix {
    DESTDIR = .
}

HEADERS = mainwindow.h \
    hgexpwidget.h \
    common.h \
    hgrunner.h \
    settingsdialog.h
SOURCES = main.cpp \
    mainwindow.cpp \
    hgexpwidget.cpp \
    hgrunner.cpp \
    settingsdialog.cpp \
    common.cpp

# ! [0]
RESOURCES = hgexplorer.qrc
win32 {
    RC_FILE = hgexplorer.rc
}

QT += network