summaryrefslogtreecommitdiff
path: root/tests/windowctl/windowctl.pro
blob: f89fe5a5ecd3bb58898e54d9623cfc2ace947da1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE = app
TARGET = windowctl

target.path=/usr/bin

QMAKE_CXXFLAGS+= -Wall
QMAKE_CFLAGS+= -Wall

LIBS+=-lX11 -lXrender -lXdamage

DEPENDPATH += .
INCLUDEPATH += .  

SOURCES += windowctl.cpp

INSTALLS +=  \
        target