summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Schneider2013-10-04 15:44:24 +0200
committerManuel Schneider2013-10-04 15:44:24 +0200
commit8970eb6b6243e11d22031953cefecd412ef287c0 (patch)
tree9966875c5c5505011f2411b4fbc9bf8c7da8c452
parentChanged tree stucture (diff)
downloadprintergui-8970eb6b6243e11d22031953cefecd412ef287c0.tar.gz
printergui-8970eb6b6243e11d22031953cefecd412ef287c0.tar.xz
printergui-8970eb6b6243e11d22031953cefecd412ef287c0.zip
Builds now a lowercase letter binary
-rw-r--r--src/printergui.pro (renamed from src/PrinterGUI.pro)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PrinterGUI.pro b/src/printergui.pro
index e51ec31..5b6da93 100644
--- a/src/PrinterGUI.pro
+++ b/src/printergui.pro
@@ -8,7 +8,7 @@ QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
-TARGET = PrinterGUI
+TARGET = printergui
TEMPLATE = app