You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
QtTermTCP/makeit

12 lines
379 B

cp --preserve /mnt/Source/QT/QtTermTCP/*.cpp ./
cp --preserve /mnt/Source/QT/QtTermTCP/*.c ./
cp --preserve /mnt/Source/QT/QtTermTCP/*.h ./
cp --preserve /mnt/Source/QT/QtTermTCP/*.ui ./
cp --preserve /mnt/Source/QT/QtTermTCP/*.pro ./
cp --preserve /mnt/Source/QT/QtTermTCP/*.qrc ./
cp --preserve /mnt/Source/QT/QtTermTCP/*.ico ./
qmake
make -j4
cp QtTermTCP /mnt/Source

Powered by TurnKey Linux.