Results 1 to 2 of 2

Thread: qmake Project Files :: How to define a project file for an application using QtServic

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2009
    Location
    Brazil Maceió/Alagoas
    Posts
    24
    Thanks
    7
    Qt products
    Qt4 Qt/Embedded Qt Jambi
    Platforms
    Unix/X11 Windows

    Question qmake Project Files :: How to define a project file for an application using QtServic

    hello everyone,

    How to define a project file for an application using QtService?

    if I build in debug mode in Qt Creator, works well, but to build in release mode does not work.following my project file:

    TEMPLATE = app
    CONFIG += console qt
    QT += core network

    HEADERS += server.h \
    service.h \
    serverthread.h \
    messages.h \
    ECFData.h
    SOURCES += server.cpp \
    service.cpp \
    serverthread.cpp \
    main.cpp

    include(d:/Apps/Qt/2009.04/qt/service/src/qtservice.pri)
    OTHER_FILES += Readme.txt


    thanks
    Last edited by josecarlosmissias; 3rd December 2009 at 20:10.

Similar Threads

  1. making qmake create VisualStudio console app project file?
    By akos.maroy in forum Qt Programming
    Replies: 2
    Last Post: 18th August 2008, 15:45
  2. Replies: 3
    Last Post: 8th July 2008, 20:37
  3. Set up the Qt4.3.2 with Visual Studio 2005
    By lamoda in forum Installation and Deployment
    Replies: 6
    Last Post: 30th January 2008, 07:51
  4. Compiling with Qmake/Make
    By VireX in forum Newbie
    Replies: 25
    Last Post: 22nd February 2007, 06:57
  5. Replies: 2
    Last Post: 11th July 2006, 15:19

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.