summaryrefslogtreecommitdiff
path: root/horizon-qt5.pro
diff options
context:
space:
mode:
Diffstat (limited to 'horizon-qt5.pro')
-rw-r--r--horizon-qt5.pro20
1 files changed, 20 insertions, 0 deletions
diff --git a/horizon-qt5.pro b/horizon-qt5.pro
new file mode 100644
index 0000000..e1f68ba
--- /dev/null
+++ b/horizon-qt5.pro
@@ -0,0 +1,20 @@
+QT += widgets
+
+CONFIG += c++11
+
+TARGET = horizon-qt5
+
+TEMPLATE = app
+
+SOURCES += main.cc \
+ horizonwizard.cc \
+ welcomepage.cc \
+ networkingpage.cc
+
+HEADERS += \
+ horizonwizard.hh \
+ welcomepage.hh \
+ networkingpage.hh
+
+RESOURCES += \
+ horizon.qrc