diff options
Diffstat (limited to 'demos/qt3d/teaservice/teaservice.pro')
-rw-r--r-- | demos/qt3d/teaservice/teaservice.pro | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/demos/qt3d/teaservice/teaservice.pro b/demos/qt3d/teaservice/teaservice.pro deleted file mode 100644 index 94968531..00000000 --- a/demos/qt3d/teaservice/teaservice.pro +++ /dev/null @@ -1,17 +0,0 @@ -TEMPLATE = app -TARGET = teaservice -CONFIG += qt warn_on - -CONFIG += qt3d_deploy_pkg -include(../../../pkg.pri) - -SOURCES = teaservice.cpp meshobject.cpp sceneobject.cpp perpixeleffect.cpp -HEADERS = meshobject.h sceneobject.h perpixeleffect.h -RESOURCES = teaservice.qrc - -OTHER_FILES += \ - teaservice.rc \ - teaservice.desktop - -RC_FILE = teaservice.rc - |