summaryrefslogtreecommitdiffstats
path: root/client/browser/src/src.pro
diff options
context:
space:
mode:
Diffstat (limited to 'client/browser/src/src.pro')
-rw-r--r--client/browser/src/src.pro28
1 files changed, 0 insertions, 28 deletions
diff --git a/client/browser/src/src.pro b/client/browser/src/src.pro
deleted file mode 100644
index ed5cc824..00000000
--- a/client/browser/src/src.pro
+++ /dev/null
@@ -1,28 +0,0 @@
-TEMPLATE = app
-DESTDIR = ..
-
-CONFIG += qt release warn_on build_all
-
-QT += core gui webkit
-
-MOC_DIR = ../.moc
-
-# CONFIG(debug, debug|release) {
-# OBJECTS_DIR = ../.objs_d
-# TARGET = browser_d
-# LIBS += -L.. #../libqtermwidget_d.a
-#} else {
-# OBJECTS_DIR = ../.objs
-# TARGET = browser
-# LIBS += -L.. #../libqtermwidget.a
-#}
-
-OBJECTS_DIR = ../.objs
-TARGET = browser
-LIBS += -L.. -lqtermwidget -ldigitalclock
-
-SOURCES = main.cpp mainwindow.cpp
-
-HEADERS = mainwindow.h
-
-INCLUDEPATH = ../qtermwidget/src ../digitalclock