summaryrefslogtreecommitdiffstats
path: root/src/PrinterGUI.pro
diff options
context:
space:
mode:
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..e51ec31
--- /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