basic subproject structure, see #1

This commit is contained in:
Marc Wäckerlin
2010-07-12 13:46:37 +00:00
parent 0065e2c3e7
commit 569372a30b
11 changed files with 1654 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
/*! @file
@id $Id: main.cxx 9 2009-04-02 12:54:44Z marwae $
*/
// 1 2 3 4 5 6 7 8
// 45678901234567890123456789012345678901234567890123456789012345678901234567890
int main(int argv, char** argc) try {
} catch (...) {
// unexpected exception - just terminate
return 1;
}

View File

@@ -0,0 +1,16 @@
## @file
##
## $Id: makefile.am 9 2009-04-02 12:54:44Z marwae $
##
## 1 2 3 4 5 6 7 8
## 45678901234567890123456789012345678901234567890123456789012345678901234567890
if BUILD_WIN
else
endif
clean-local:
-rm -r ${QMAKE_TARGET}.app
CLEANFILES =
MAINTAINERCLEANFILES = makefile.in