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.pro45
1 files changed, 0 insertions, 45 deletions
diff --git a/Heimdall/heimdall-frontend/heimdall-frontend.pro b/Heimdall/heimdall-frontend/heimdall-frontend.pro
deleted file mode 100644
index 7e1049b..0000000
--- a/Heimdall/heimdall-frontend/heimdall-frontend.pro
+++ /dev/null
@@ -1,45 +0,0 @@
-# ----------------------------------------------------
-# This file is generated by the Qt Visual Studio Add-in.
-# ------------------------------------------------------
-
-TEMPLATE = app
-TARGET = heimdall-frontend
-
-macx {
- DESTDIR = ../OSX
-} else win32 { # It's recommended that Windows users compile via VS2010, but just in case...
- DESTDIR = ../Win32
-} else {
- DESTDIR = ../Linux
-}
-
-macx {
- PROPOSEDINSTALLDIR = /Applications
-} else {
- PROPOSEDINSTALLDIR = /usr/local/bin
-}
-
-message("Install location:" $$PROPOSEDINSTALLDIR)
-DESIREDINSTALLDIR = $$prompt("Press ENTER to use the default location or type an alternative")
-
-equals(DESIREDINSTALLDIR, "") {
- target.path = $$PROPOSEDINSTALLDIR
-} else {
- target.path = $$DESIREDINSTALLDIR
-}
-
-
-INSTALLS += target
-
-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)