diff options
author | Alexis Menard <alexis.menard@trolltech.com> | 2009-09-01 14:25:49 (GMT) |
---|---|---|
committer | Alexis Menard <alexis.menard@trolltech.com> | 2009-09-01 14:26:46 (GMT) |
commit | 9f59fb741183e1235b2a385b0e688e4a7f4b15c9 (patch) | |
tree | 17dd583116acc5ee5ff28914713e063204558e9b /demos/sub-attaq/sub-attaq.pro | |
parent | 45b3c4c151ad5c4d7361aa331bb4184bbed23681 (diff) | |
download | Qt-9f59fb741183e1235b2a385b0e688e4a7f4b15c9.zip Qt-9f59fb741183e1235b2a385b0e688e4a7f4b15c9.tar.gz Qt-9f59fb741183e1235b2a385b0e688e4a7f4b15c9.tar.bz2 |
Make sub-attaq working without the popup which make it working on
Mac.
Diffstat (limited to 'demos/sub-attaq/sub-attaq.pro')
-rw-r--r-- | demos/sub-attaq/sub-attaq.pro | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/demos/sub-attaq/sub-attaq.pro b/demos/sub-attaq/sub-attaq.pro index ad1327d..ba2b54b 100644 --- a/demos/sub-attaq/sub-attaq.pro +++ b/demos/sub-attaq/sub-attaq.pro @@ -1,5 +1,4 @@ contains(QT_CONFIG, opengl):QT += opengl - HEADERS += boat.h \ bomb.h \ mainwindow.h \ @@ -13,7 +12,8 @@ HEADERS += boat.h \ submarine_p.h \ custompropertyanimation.h \ qanimationstate.h \ - progressitem.h + progressitem.h \ + textinformationitem.h SOURCES += boat.cpp \ bomb.cpp \ main.cpp \ @@ -26,12 +26,18 @@ SOURCES += boat.cpp \ states.cpp \ custompropertyanimation.cpp \ qanimationstate.cpp \ - progressitem.cpp + progressitem.cpp \ + textinformationitem.cpp RESOURCES += subattaq.qrc # install target.path = $$[QT_INSTALL_DEMOS]/animation/sub-attaq -sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS sub-attaq.pro pics +sources.files = $$SOURCES \ + $$HEADERS \ + $$RESOURCES \ + $$FORMS \ + sub-attaq.pro \ + pics sources.path = $$[QT_INSTALL_DEMOS]/animation/sub-attaq -INSTALLS += target sources - +INSTALLS += target \ + sources |