Advertisement
Guest User

Untitled

a guest
Aug 6th, 2016
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. QT += qml quick quickcontrols2
  2.  
  3. CONFIG += c++11
  4.  
  5. SOURCES += main.cpp
  6.  
  7. RESOURCES += qml.qrc
  8.  
  9. # Additional import path used to resolve QML modules in Qt Creator's code model
  10. QML_IMPORT_PATH =
  11.  
  12. # Default rules for deployment.
  13. include(deployment.pri)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement