summaryrefslogtreecommitdiffstats
path: root/src/printergui.pro
diff options
context:
space:
mode:
authorManuel Schneider2013-10-04 15:44:24 +0200
committerManuel Schneider2013-10-04 15:44:24 +0200
commit8970eb6b6243e11d22031953cefecd412ef287c0 (patch)
tree9966875c5c5505011f2411b4fbc9bf8c7da8c452 /src/printergui.pro
parentChanged tree stucture (diff)
downloadprintergui-8970eb6b6243e11d22031953cefecd412ef287c0.tar.gz
printergui-8970eb6b6243e11d22031953cefecd412ef287c0.tar.xz
printergui-8970eb6b6243e11d22031953cefecd412ef287c0.zip
Builds now a lowercase letter binary
Diffstat (limited to 'src/printergui.pro')
-rw-r--r--src/printergui.pro22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/printergui.pro b/src/printergui.pro
new file mode 100644
index 0000000..5b6da93
--- /dev/null
+++ b/src/printergui.pro
@@ -0,0 +1,22 @@
+#-------------------------------------------------
+#
+# Project created by QtCreator 2013-09-26T00:51:08
+#
+#-------------------------------------------------
+
+QT += core gui
+
+greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
+
+TARGET = printergui
+TEMPLATE = app
+
+
+SOURCES += main.cpp\
+ mainwindow.cpp
+
+HEADERS += mainwindow.h
+
+FORMS += mainwindow.ui
+
+LIBS += -L/usr/lib/x86_64-linux-gnu -lcups