summaryrefslogtreecommitdiffstats
path: root/src/beamergui.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/beamergui.pro')
-rw-r--r--src/beamergui.pro27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/beamergui.pro b/src/beamergui.pro
new file mode 100644
index 0000000..936b664
--- /dev/null
+++ b/src/beamergui.pro
@@ -0,0 +1,27 @@
+#-------------------------------------------------
+#
+# Project created by QtCreator 2013-10-14T14:24:40
+#
+#-------------------------------------------------
+
+QT += core gui
+
+TARGET = beamergui
+TEMPLATE = app
+
+
+SOURCES += main.cpp\
+ widget.cpp \
+ output.cpp \
+ displaymanager.cpp
+
+HEADERS += \
+ widget.h \
+ output.h \
+ displaymanager.h
+
+FORMS += widget.ui
+
+
+LIBS += -lXrandr -lX11
+