aboutsummaryrefslogtreecommitdiff
path: root/qspaceapi.pro
diff options
context:
space:
mode:
Diffstat (limited to 'qspaceapi.pro')
-rw-r--r--qspaceapi.pro26
1 files changed, 26 insertions, 0 deletions
diff --git a/qspaceapi.pro b/qspaceapi.pro
new file mode 100644
index 0000000..4384e98
--- /dev/null
+++ b/qspaceapi.pro
@@ -0,0 +1,26 @@
1#-------------------------------------------------
2#
3# Project created by QtCreator 2015-11-17T21:16:22
4#
5#-------------------------------------------------
6CONFIG += c++11
7
8QT += core gui network
9
10greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
11
12TARGET = qtapp
13TEMPLATE = app
14
15
16SOURCES += main.cpp\
17 mainwindow.cpp
18
19HEADERS += mainwindow.h
20
21FORMS += mainwindow.ui
22
23DISTFILES += \
24 folder.png
25
26RESOURCES +=
..