/qtopiacore/qt/doc/html/sql-masterdetail-masterdetail-pro.html

https://github.com/Fale/qtmoko · HTML · 38 lines · 36 code · 2 blank · 0 comment · 0 complexity · de9f05d9c44af05c52c924696ca3ba54 MD5 · raw file

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html
  3. PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <title>Qt 4.5: masterdetail.pro Example File (sql/masterdetail/masterdetail.pro)</title>
  7. <link href="classic.css" rel="stylesheet" type="text/css" />
  8. </head>
  9. <body>
  10. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  11. <tr>
  12. <td align="left" valign="top" width="32"><a href="http://qtsoftware.com/products/qt"><img src="images/qt-logo.png" align="left" border="0" /></a></td>
  13. <td width="1">&nbsp;&nbsp;</td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a>&nbsp;&middot; <a href="namespaces.html"><font color="#004faf">All&nbsp;Namespaces</font></a>&nbsp;&middot; <a href="classes.html"><font color="#004faf">All&nbsp;Classes</font></a>&nbsp;&middot; <a href="mainclasses.html"><font color="#004faf">Main&nbsp;Classes</font></a>&nbsp;&middot; <a href="groups.html"><font color="#004faf">Grouped&nbsp;Classes</font></a>&nbsp;&middot; <a href="modules.html"><font color="#004faf">Modules</font></a>&nbsp;&middot; <a href="functions.html"><font color="#004faf">Functions</font></a></td>
  14. <td align="right" valign="top" width="230"></td></tr></table><h1 class="title">masterdetail.pro Example File<br /><span class="small-subtitle">sql/masterdetail/masterdetail.pro</span>
  15. </h1>
  16. <pre> HEADERS = database.h \
  17. dialog.h \
  18. mainwindow.h
  19. RESOURCES = masterdetail.qrc
  20. SOURCES = dialog.cpp \
  21. main.cpp \
  22. mainwindow.cpp
  23. QT += sql
  24. QT += xml
  25. # install
  26. target.path = $$[QT_INSTALL_EXAMPLES]/sql/masterdetail
  27. sources.files = $$SOURCES *.h $$RESOURCES $$FORMS masterdetail.pro *.xml images
  28. sources.path = $$[QT_INSTALL_EXAMPLES]/sql/masterdetail
  29. INSTALLS += target sources</pre>
  30. <p /><address><hr /><div align="center">
  31. <table width="100%" cellspacing="0" border="0"><tr class="address">
  32. <td width="30%" align="left">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies)</td>
  33. <td width="40%" align="center"><a href="trademarks.html">Trademarks</a></td>
  34. <td width="30%" align="right"><div align="right">Qt 4.5.1</div></td>
  35. </tr></table></div></address></body>
  36. </html>