forked from qt-creator/qt-creator
Maemo: Move MaemoRunControl classes to their own files.
The maemorunconfiguration.cpp file contained (and still contains) too many different classes.
This commit is contained in:
@@ -3,21 +3,24 @@ SUPPORT_QT_MAEMO = $$(QTCREATOR_WITH_MAEMO)
|
||||
message("Adding experimental support for Qt/Maemo applications.")
|
||||
DEFINES += QTCREATOR_WITH_MAEMO
|
||||
# DEFINES += USE_SSH_LIB
|
||||
# LIBS += -L/opt/ne7ssh/lib/ -lnet7ssh
|
||||
# LIBS += -L/opt/ne7sshModified/lib/ \
|
||||
# -lnet7ssh
|
||||
HEADERS += $$PWD/maemorunconfiguration.h \
|
||||
$$PWD/maemomanager.h \
|
||||
$$PWD/maemotoolchain.h \
|
||||
$$PWD/maemodeviceconfigurations.h \
|
||||
$$PWD/maemosettingspage.h \
|
||||
$$PWD/maemosshconnection.h \
|
||||
$$PWD/maemosshthread.h
|
||||
$$PWD/maemosshthread.h \
|
||||
$$PWD/maemoruncontrol.h
|
||||
SOURCES += $$PWD/maemorunconfiguration.cpp \
|
||||
$$PWD/maemomanager.cpp \
|
||||
$$PWD/maemotoolchain.cpp \
|
||||
$$PWD/maemodeviceconfigurations.cpp \
|
||||
$$PWD/maemosettingspage.cpp \
|
||||
$$PWD/maemosshconnection.cpp \
|
||||
$$PWD/maemosshthread.cpp
|
||||
$$PWD/maemosshthread.cpp \
|
||||
$$PWD/maemoruncontrol.cpp
|
||||
FORMS += $$PWD/maemosettingswidget.ui
|
||||
RESOURCES += $$PWD/qt-maemo.qrc
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user