Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. HEADERS += application.h
  2. SOURCES += main.cpp application.cpp
  3. QT +=
  4.  
  5. # install
  6. target.path =
  7. sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS application.pro
  8. sources.path =
  9. INSTALLS += target sources
  10.  
  11. symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement