diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hgexplorer.pro	Thu Apr 22 03:15:35 2010 +0300
@@ -0,0 +1,23 @@
+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
+}