aboutsummaryrefslogtreecommitdiffstats
path: root/Heimdall/heimdall-frontend/heimdall-frontend.pro
diff options
context:
space:
mode:
Diffstat (limited to 'Heimdall/heimdall-frontend/heimdall-frontend.pro')
-rw-r--r--Heimdall/heimdall-frontend/heimdall-frontend.pro24
1 files changed, 24 insertions, 0 deletions
diff --git a/Heimdall/heimdall-frontend/heimdall-frontend.pro b/Heimdall/heimdall-frontend/heimdall-frontend.pro
new file mode 100644
index 0000000..d6c9d82
--- /dev/null
+++ b/Heimdall/heimdall-frontend/heimdall-frontend.pro
@@ -0,0 +1,24 @@
+# ----------------------------------------------------
+# This file is generated by the Qt Visual Studio Add-in.
+# ------------------------------------------------------
+
+TEMPLATE = app
+TARGET = heimdall-frontend
+macx {
+ DESTDIR = ../OSX
+}
+!macx {
+ DESTDIR = /usr/local/bin
+}
+QT += core gui
+CONFIG += release
+DEFINES += QT_LARGEFILE_SUPPORT
+INCLUDEPATH += ./GeneratedFiles \
+ ./GeneratedFiles/Release \
+ .
+DEPENDPATH += .
+MOC_DIR += ./GeneratedFiles/release
+OBJECTS_DIR += release
+UI_DIR += ./GeneratedFiles
+RCC_DIR += ./GeneratedFiles
+include(heimdall-frontend.pri)