Mercurial > hg > easyhg
comparison hgexplorer.pro @ 0:a9098eba2ee5
Initial commit.
author | Jari Korhonen <jtkorhonen@gmail.com> |
---|---|
date | Thu, 22 Apr 2010 03:15:35 +0300 |
parents | |
children | 39bbb7b00934 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:a9098eba2ee5 |
---|---|
1 TEMPLATE = app | |
2 TARGET = hgexplorer | |
3 unix { | |
4 DESTDIR = . | |
5 } | |
6 | |
7 HEADERS = mainwindow.h \ | |
8 hgexpwidget.h \ | |
9 common.h \ | |
10 hgrunner.h \ | |
11 settingsdialog.h | |
12 SOURCES = main.cpp \ | |
13 mainwindow.cpp \ | |
14 hgexpwidget.cpp \ | |
15 hgrunner.cpp \ | |
16 settingsdialog.cpp \ | |
17 common.cpp | |
18 | |
19 # ! [0] | |
20 RESOURCES = hgexplorer.qrc | |
21 win32 { | |
22 RC_FILE = hgexplorer.rc | |
23 } |