projects
/
multypo.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
grab all keyboard focuses on startup
[multypo.git]
/
qt
/
multypo.pro
1
#-------------------------------------------------
2
#
3
# Project created by QtCreator 2013-07-10T20:33:44
4
#
5
#-------------------------------------------------
6
7
QT += core gui
8
9
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
10
11
TARGET = multypo
12
TEMPLATE = app
13
14
15
SOURCES += main.cpp\
16
multypo.cpp
17
18
HEADERS += multypo.h
19
20
LIBS += -lX11 -lXi