Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. 64 bit problem when compile

64 bit problem when compile

Scheduled Pinned Locked Moved General and Desktop
4 Posts 2 Posters 1.4k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    luca72
    wrote on last edited by
    #1

    Hello i have write a lib first for 32 bit and it compile, when i write the lib for 64 bit i get some error:
    The pro file is auto generated by qtcreator and is:
    @
    #-------------------------------------------------

    Project created by QtCreator 2011-12-06T16:11:05

    #-------------------------------------------------

    QT += network

    QT -= gui

    TARGET = Classe_scarico_64_bit
    TEMPLATE = lib

    DEFINES += CLASSE_SCARICO_64_BIT_LIBRARY

    SOURCES += classe_scarico_64_bit.cpp

    HEADERS += classe_scarico_64_bit.h
    Classe_scarico_64_bit_global.h

    symbian {
    MMP_RULES += EXPORTUNFROZEN
    TARGET.UID3 = 0xE363AF2D
    TARGET.CAPABILITY =
    TARGET.EPOCALLOWDLLDATA = 1
    addFiles.sources = Classe_scarico_64_bit.dll
    addFiles.path = !:/sys/bin
    DEPLOYMENT += addFiles
    }

    unix:!symbian {
    maemo5 {
    target.path = /opt/usr/lib
    } else {
    target.path = /usr/lib
    }
    INSTALLS += target
    }@

    I can't include QProgressDialog and QMessageBox why here don't work?

    1 Reply Last reply
    0
    • F Offline
      F Offline
      favoritas37
      wrote on last edited by
      #2

      If you could post the actual errors you are getting, would be helpful in order to receive an answer to your problem.

      1 Reply Last reply
      0
      • L Offline
        L Offline
        luca72
        wrote on last edited by
        #3

        QProgressDialog : file or folder not present

        1 Reply Last reply
        0
        • L Offline
          L Offline
          luca72
          wrote on last edited by
          #4

          I have solved with QT # -= gui

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved