diff options
author | ccolin | 2020-12-22 18:15:19 +0100 |
---|---|---|
committer | ccolin | 2020-12-22 18:15:19 +0100 |
commit | c0116528a7b618d185ac688b31e0fa8752924375 (patch) | |
tree | b4d4e5132d63dd9c8282847bc8b6a5398848bf6d /projet.pro | |
parent | 1026231bb4a413e80359413182da22655c36555d (diff) |
use Qt resources for the drone model
Diffstat (limited to 'projet.pro')
-rw-r--r-- | projet.pro | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ TEMPLATE = app DEFINES += QT_DEPRECATED_WARNINGS CONFIG += qt debug +RESOURCES += resources.qrc + SOURCES += src/main.cc SOURCES += src/main_window.cc SOURCES += src/opengl_mesh.cc |