|
Last change
on this file since 1356 was 561, checked in by garnier, 18 years ago |
r563@mac-90108: laurentgarnier | 2007-08-14 12:28:16 +0200
mise a jour suite au plantage de svk (cheksum error) suite au crash du DD en juin
|
|
File size:
634 bytes
|
| Line | |
|---|
| 1 | package exemple
|
|---|
| 2 |
|
|---|
| 3 | use Qt v2r* Interfaces
|
|---|
| 4 | use OpenGL v2r* Interfaces
|
|---|
| 5 | use Platform v1r* Interfaces
|
|---|
| 6 | use dld v2r* Interfaces
|
|---|
| 7 |
|
|---|
| 8 | #document moc moc_glwidget FROM=../src/glwidget.h TO=../src/moc_glwidget.cpp
|
|---|
| 9 | document moc moc_window FROM=../src/window.h TO=../src/moc_window.cpp
|
|---|
| 10 |
|
|---|
| 11 | #application glwidget moc_window.cpp moc_glwidget.cpp window.cpp glwidget.cpp main.cpp
|
|---|
| 12 | application glwidget moc_window.cpp window.cpp glwidget.cpp main.cpp
|
|---|
| 13 |
|
|---|
| 14 | # DEBUG :
|
|---|
| 15 | macro_append cflags " -W -Wall -g" WIN32 "-W /ZI /Od"
|
|---|
| 16 | macro_append cppflags " -W -Wall -g" WIN32 " /ZI /Od"
|
|---|
| 17 | macro_append cpplinkflags " -W -Wall -g" WIN32 "/DEBUG /VERBOSE:LIB"
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.