new project structure

This commit is contained in:
Marc Wäckerlin
2009-06-17 12:24:37 +00:00
parent 0b830b62be
commit 923dfdb328
12 changed files with 1668 additions and 0 deletions

14
src/main.cxx Normal file
View File

@@ -0,0 +1,14 @@
/*! @file
@id $Id$
*/
// 1 2 3 4 5 6 7 8
// 45678901234567890123456789012345678901234567890123456789012345678901234567890
int main(int argv, char** argc) try {
} catch (...) {
// unexpected exception - just terminate
return 1;
}

16
src/makefile.am Normal file
View File

@@ -0,0 +1,16 @@
## @file
##
## $Id$
##
## 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