forked from qt-creator/qt-creator
Add skeleton for Maemo package creation build step.
(No actual functionality yet.) Reviewed-by: kh1
This commit is contained in:
@@ -16,7 +16,9 @@ HEADERS += \
|
||||
$$PWD/maemosettingswidget.h \
|
||||
$$PWD/maemosshconnection.h \
|
||||
$$PWD/maemosshthread.h \
|
||||
$$PWD/maemotoolchain.h
|
||||
$$PWD/maemotoolchain.h \
|
||||
$$PWD/maemopackagecreationstep.h \
|
||||
$$PWD/maemopackagecreationfactory.h
|
||||
|
||||
SOURCES += \
|
||||
$$PWD/maemoconfigtestdialog.cpp \
|
||||
@@ -31,7 +33,9 @@ SOURCES += \
|
||||
$$PWD/maemosettingswidget.cpp \
|
||||
$$PWD/maemosshconnection.cpp \
|
||||
$$PWD/maemosshthread.cpp \
|
||||
$$PWD/maemotoolchain.cpp
|
||||
$$PWD/maemotoolchain.cpp \
|
||||
$$PWD/maemopackagecreationstep.cpp \
|
||||
$$PWD/maemopackagecreationfactory.cpp
|
||||
|
||||
FORMS += \
|
||||
$$PWD/maemoconfigtestdialog.ui \
|
||||
|
||||
Reference in New Issue
Block a user