Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.16 KB | None | 0 0
  1. ######################################################################
  2. # Automatically generated by qmake (2.01a) dim. avr. 26 02:41:15 2009
  3. ######################################################################
  4.  
  5. TEMPLATE = app
  6. TARGET =
  7. DEPENDPATH += .
  8. INCLUDEPATH += . qprintereasy
  9. QT += network sql xml xmlpatterns
  10. RESOURCES       = resources.qrc
  11. LIBS += .
  12. LIBS += -lQPrinterEasy
  13. # LIBS    += -lxalan-c -lxerces-c
  14.  
  15.  
  16. # Input
  17. HEADERS +=  frmaccueil.h \
  18.         frmdevises.h \
  19.         frmconfig.h \
  20.         connection.h \
  21.         tohtml.h \
  22.         textdocument.h \
  23.         frmrapports.h \
  24.         frmnavires.h \
  25.         tarifs.h \
  26.                 qprintereasy\qprintereasy_global.h \
  27.                 qprintereasy\qprintereasy.h \
  28.                 qprintereasy\qprintereasy_p.h \
  29.                 qprintereasy\qtextdocumentheader.h
  30.  
  31. FORMS +=    frmaccueil.ui \
  32.         frmdevises.ui \
  33.         frmconfig.ui \
  34.         frmrapports.ui \
  35.         frmnavires.ui \
  36.         frmtarifs.ui
  37. SOURCES +=  frmaccueil.cpp \
  38.         main.cpp \
  39.         frmconfig.cpp \
  40.         frmdevises.cpp \
  41.         textdocument.cpp \
  42.         frmnavires.cpp \
  43.         frmrapports.cpp \
  44.         tarifs.cpp \
  45.                 qprintereasy\qprintereasy.cpp \
  46.                 qprintereasy\qprintereasy_p.cpp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement