util/examples/activeqt/comapp/comapp.pro
changeset 7 f7bc934e204c
equal deleted inserted replaced
3:41300fa6a67c 7:f7bc934e204c
       
     1 TEMPLATE = app
       
     2 CONFIG  += qaxserver
       
     3 
       
     4 # Input
       
     5 SOURCES += main.cpp
       
     6 
       
     7 RC_FILE  = comapp.rc
       
     8 
       
     9 # install
       
    10 target.path = $$[QT_INSTALL_EXAMPLES]/activeqt/comapp
       
    11 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS comapp.pro
       
    12 sources.path = $$[QT_INSTALL_EXAMPLES]/activeqt/comapp
       
    13 INSTALLS += target sources