Skip to content

Commit

Permalink
blink1control: getting ready for new tag
Browse files Browse the repository at this point in the history
  • Loading branch information
todbot committed Jun 29, 2014
1 parent dd13d29 commit ff0baa0
Show file tree
Hide file tree
Showing 4 changed files with 209 additions and 10 deletions.
5 changes: 3 additions & 2 deletions qt/blink1control/blink1control.pro
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ RESOURCES += \


# for blink1-lib
# note: be sure to "cd blink1/commandline && make lib" beforehand
# (and maybe "make libextra" for Win)
# note: be sure to compile blink1-lib beforhard with:
# cd blink1/commandline && make lib"
# for Windows, that will build both MinGW & MSVC compatible libs
BLINK1_LIB_DIR=$$PWD/../../commandline
#message("BLINK1_LIB_DIR=$$BLINK1_LIB_DIR")

Expand Down
2 changes: 1 addition & 1 deletion qt/blink1control/datainput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ void DataInput::start()
}
} // last modified
else {
//input->setArg2("Old File");
//input->setArg2("Old File"); // FIXME: should do something to indicate older file
//input->setDate(-1);
}
}
Expand Down
Loading

0 comments on commit ff0baa0

Please sign in to comment.