projects
/
multypo.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix crash when running debug build; use QString instead of C string
[multypo.git]
/
qt
/
multixkbd.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 = multixkbd
12
TEMPLATE = app
13
14
15
SOURCES += main.cpp\
16
multikbd.cpp
17
18
HEADERS += multikbd.h
19
20
FORMS += multikbd.ui
21
22
LIBS += -lX11 -lXi