diff options
author | dpope <[email protected]> | 2012-02-03 15:45:25 +1000 |
---|---|---|
committer | Rohan McGovern <[email protected]> | 2012-02-10 07:24:48 +0100 |
commit | bc66ec0bc5f548a72d21557d529f2d03c7417f09 (patch) | |
tree | 53aa0444fc698cde712fb8e0486e3da1a56f853d /examples/qt3d/tank/tank.pro | |
parent | 98451b5e136af38b00b008ae58ec8243c981eee4 (diff) |
Change-Id: I271146636615ab16f79ad3e66985076e2bd7a95c
Reviewed-by: Sarah Jane Smith <[email protected]>
Diffstat (limited to 'examples/qt3d/tank/tank.pro')
-rw-r--r-- | examples/qt3d/tank/tank.pro | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/examples/qt3d/tank/tank.pro b/examples/qt3d/tank/tank.pro deleted file mode 100644 index fa622cdf..00000000 --- a/examples/qt3d/tank/tank.pro +++ /dev/null @@ -1,21 +0,0 @@ -TARGET = tank -TEMPLATE = app -CONFIG += qt warn_on - -CONFIG += qt3d_deploy_pkg -include(../../../pkg.pri) - -SOURCES += main.cpp\ - tankview.cpp \ - tank.cpp \ - quadplane.cpp - -HEADERS += tankview.h \ - tank.h \ - quadplane.h - -OTHER_FILES += \ - tank.rc \ - tank.desktop - -RC_FILE = tank.rc |