Add initial qt version
[multypo.git] / qt / multixkbd.pro
diff --git a/qt/multixkbd.pro b/qt/multixkbd.pro
new file mode 100644 (file)
index 0000000..1bea7f1
--- /dev/null
@@ -0,0 +1,22 @@
+#-------------------------------------------------
+#
+# Project created by QtCreator 2013-07-10T20:33:44
+#
+#-------------------------------------------------
+
+QT       += core gui
+
+greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
+
+TARGET = multixkbd
+TEMPLATE = app
+
+
+SOURCES += main.cpp\
+        multikbd.cpp
+
+HEADERS  += multikbd.h
+
+FORMS    += multikbd.ui
+
+LIBS += -lX11 -lXi