demos/sub-attaq/sub-attaq.pro
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 contains(QT_CONFIG, opengl):QT += opengl
       
     2 HEADERS += boat.h \
       
     3     bomb.h \
       
     4     mainwindow.h \
       
     5     submarine.h \
       
     6     torpedo.h \
       
     7     pixmapitem.h \
       
     8     graphicsscene.h \
       
     9     animationmanager.h \
       
    10     states.h \
       
    11     boat_p.h \
       
    12     submarine_p.h \
       
    13     qanimationstate.h \
       
    14     progressitem.h \
       
    15     textinformationitem.h
       
    16 SOURCES += boat.cpp \
       
    17     bomb.cpp \
       
    18     main.cpp \
       
    19     mainwindow.cpp \
       
    20     submarine.cpp \
       
    21     torpedo.cpp \
       
    22     pixmapitem.cpp \
       
    23     graphicsscene.cpp \
       
    24     animationmanager.cpp \
       
    25     states.cpp \
       
    26     qanimationstate.cpp \
       
    27     progressitem.cpp \
       
    28     textinformationitem.cpp
       
    29 RESOURCES += subattaq.qrc
       
    30 
       
    31 # install
       
    32 target.path = $$[QT_INSTALL_DEMOS]/sub-attaq
       
    33 sources.files = $$SOURCES \
       
    34     $$HEADERS \
       
    35     $$RESOURCES \
       
    36     $$FORMS \
       
    37     sub-attaq.pro \
       
    38     pics
       
    39 sources.path = $$[QT_INSTALL_DEMOS]/sub-attaq
       
    40 INSTALLS += target \
       
    41     sources