64 bit problem when compile
-
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 = libDEFINES += CLASSE_SCARICO_64_BIT_LIBRARY
SOURCES += classe_scarico_64_bit.cpp
HEADERS += classe_scarico_64_bit.h
Classe_scarico_64_bit_global.hsymbian {
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?
-
If you could post the actual errors you are getting, would be helpful in order to receive an answer to your problem.