Mercurial > hg > easyhg
view hgexplorer.pro @ 0:a9098eba2ee5
Initial commit.
author | Jari Korhonen <jtkorhonen@gmail.com> |
---|---|
date | Thu, 22 Apr 2010 03:15:35 +0300 |
parents | |
children | 39bbb7b00934 |
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 }