diff options
| author | dos-reis <gdr@axiomatics.org> | 2011-05-01 17:23:26 +0000 |
|---|---|---|
| committer | dos-reis <gdr@axiomatics.org> | 2011-05-01 17:23:26 +0000 |
| commit | a2ae2e2de1538edb89b30cc811e5583248859bb2 (patch) | |
| tree | 9923cd457c7be5646c250629d393a1e88d236329 /src/gui | |
| parent | fd12ad84f465b3fab7d8e7bdc48febb940faa761 (diff) | |
| download | open-axiom-a2ae2e2de1538edb89b30cc811e5583248859bb2.tar.gz | |
more cleanups
Diffstat (limited to 'src/gui')
| -rw-r--r-- | src/gui/gui.pro.in | 27 |
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@ |
