summaryrefslogtreecommitdiff
path: root/tikzit/tikzit.pro
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2017-01-11 17:31:47 +0100
committerAleks Kissinger <aleks0@gmail.com>2017-01-11 17:31:47 +0100
commitdd95fa3ce7a94c1fce9e084071af4031b2bd50e9 (patch)
tree3a3c57c626f00f19021a0eacf27f2f1535becd90 /tikzit/tikzit.pro
parent1802977b95d29198f27535b1b731d1180c083667 (diff)
boilerplate
Diffstat (limited to 'tikzit/tikzit.pro')
-rw-r--r--tikzit/tikzit.pro31
1 files changed, 31 insertions, 0 deletions
diff --git a/tikzit/tikzit.pro b/tikzit/tikzit.pro
new file mode 100644
index 0000000..95942b2
--- /dev/null
+++ b/tikzit/tikzit.pro
@@ -0,0 +1,31 @@
+#-------------------------------------------------
+#
+# Project created by QtCreator 2017-01-11T17:30:16
+#
+#-------------------------------------------------
+
+QT += core gui
+
+greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
+
+TARGET = tikzit
+TEMPLATE = app
+
+# The following define makes your compiler emit warnings if you use
+# any feature of Qt which as been marked as deprecated (the exact warnings
+# depend on your compiler). Please consult the documentation of the
+# deprecated API in order to know how to port your code away from it.
+DEFINES += QT_DEPRECATED_WARNINGS
+
+# You can also make your code fail to compile if you use deprecated APIs.
+# In order to do so, uncomment the following line.
+# You can also select to disable deprecated APIs only up to a certain version of Qt.
+#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
+
+
+SOURCES += main.cpp\
+ mainwindow.cpp
+
+HEADERS += mainwindow.h
+
+FORMS += mainwindow.ui