Advertisement
Guest User

zavpis.pro

a guest
Jul 16th, 2014
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.54 KB | None | 0 0
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2014-07-14T13:48:18
  4. #
  5. #-------------------------------------------------
  6.  
  7. QT       += gui
  8.  
  9. TARGET = zavpis
  10. TEMPLATE = lib
  11.  
  12. DEFINES += ZAVPIS_LIBRARY
  13.  
  14. SOURCES += \
  15.     zavpiscontext.cpp \
  16.     zavpisplugin.cpp \
  17.     abbsub.cpp
  18.  
  19. HEADERS += \
  20.     zavpiscontext.h \
  21.     zavpisplugin.h \
  22.     abbsub.h
  23.  
  24. unix:!symbian {
  25.     maemo5 {
  26.         target.path = /opt/usr/lib
  27.     } else {
  28.         target.path = /usr/lib
  29.     }
  30.     INSTALLS += target
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement