aboutsummaryrefslogtreecommitdiff
path: root/src/gui/gui.pro.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui.pro.in')
-rw-r--r--src/gui/gui.pro.in27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/gui/gui.pro.in b/src/gui/gui.pro.in
new file mode 100644
index 00000000..dfbe0fc3
--- /dev/null
+++ b/src/gui/gui.pro.in
@@ -0,0 +1,27 @@
+## Copyright (C) 2011 Gabriel Dos Reis
+## Autoconf template file for the benefit of QMake
+## Written by Gabriel Dos Reis.
+
+OA_INC =
+OA_LIB =
+
+TEMPLATE = app
+TARGET = gui
+
+## Tell QT that sources are not in the build directory
+VPATH += @srcdir@
+
+## Our headers
+HEADERS += main-window.h
+INCLUDEPATH += . $$OA_INC
+DEPENDPATH += .
+
+## Source files
+SOURCES += main-window.C main.C
+
+## Additional support libraries
+LIBS += $$OA_LIB
+
+## C++ compiler
+#QMAKE_CXX = @CXX@
+#QMAKE_CXXFLAGS += @CXXFLAGS@