Guest User

Untitled

a guest
Jun 23rd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. ######################################################################
  2. # Automatically generated by qmake (3.1) Fri Jun 22 12:31:36 2018
  3. ######################################################################
  4.  
  5. #TEMPLATE = app
  6. QT -= gui core
  7. TARGET = HelloWorld
  8. CONFIG += c++17
  9.  
  10.  
  11. # The following define makes your compiler warn you if you use any
  12. # feature of Qt which has been marked as deprecated (the exact warnings
  13. # depend on your compiler). Please consult the documentation of the
  14. # deprecated API in order to know how to port your code away from it.
  15. DEFINES += QT_DEPRECATED_WARNINGS
  16.  
  17. # NANA REQUESTS
  18. NANALIB = -lnana -lX11 -lpthread -lrt -lXft -lpng -lasound -lfontconfig
  19. NANAINC = usr/include
  20.  
  21. #include
  22. #INCLUDEPATH += $$NANAINC
  23.  
  24. #Libs
  25. LIBS += $$NANALIB
  26.  
  27. # Input
  28. SOURCES += main.cpp
Add Comment
Please, Sign In to add comment