summaryrefslogtreecommitdiffstats
path: root/src/beamergui.pro
blob: e8b5ab505164612f28d0dadc1f3f7d9ea36be3df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#-------------------------------------------------
#
# Project created by QtCreator 2013-10-14T14:24:40
#
#-------------------------------------------------

QT       += core gui

TARGET = beamergui
TEMPLATE = app


SOURCES += main.cpp\
        widget.cpp \
    timeoutdialog.cpp

HEADERS  += widget.h \
    timeoutdialog.h

FORMS    += widget.ui


LIBS += -lXrandr -lX11

RESOURCES +=