Advertisement
Guest User

Untitled

a guest
May 12th, 2014
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. file(GLOB UI_QML_JS_FILES *.qml *.js)
  2.  
  3. # make the files visible in the qtcreator tree
  4. add_custom_target(untitled234_ui_QMlFiles ALL SOURCES ${UI_QML_JS_FILES})
  5.  
  6. install(FILES ${UI_QML_JS_FILES} DESTINATION ${UNTITLED234_DIR}/ui)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement